fix ansible-lint errors
This commit is contained in:
15
roles/platform1c/molecule/default/verify.yml
Normal file
15
roles/platform1c/molecule/default/verify.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
|
||||
- name: Verify
|
||||
hosts: all
|
||||
gather_facts: false
|
||||
tasks:
|
||||
- name: "Get 1C version"
|
||||
register: platform1c_version_installed
|
||||
changed_when: false
|
||||
ansible.builtin.command:
|
||||
cmd: "ls /opt/1cv8/x86_64"
|
||||
|
||||
- name: Read 1C version
|
||||
ansible.builtin.debug:
|
||||
msg: "{{ platform1c_version_installed.stdout }}"
|
||||
Reference in New Issue
Block a user