mirror of
https://github.com/zerwes/ansible-fqcn-converter.git
synced 2025-02-25 18:55:30 -06:00
extended tests
This commit is contained in:
parent
db302d56aa
commit
c6912acf7e
@ -17,6 +17,12 @@
|
||||
ansible.builtin.command:
|
||||
cmd: cat dog
|
||||
|
||||
- name: assert
|
||||
assert:
|
||||
that: true
|
||||
- assert:
|
||||
that: not false
|
||||
|
||||
- name: roles
|
||||
collections:
|
||||
- 'debops.debops'
|
||||
|
@ -19,6 +19,12 @@
|
||||
ansible.builtin.command:
|
||||
cmd: cat dog
|
||||
|
||||
- name: assert
|
||||
ansible.builtin.assert:
|
||||
that: true
|
||||
- ansible.builtin.assert:
|
||||
that: not false
|
||||
|
||||
- name: roles
|
||||
collections:
|
||||
- 'debops.debops'
|
||||
|
Loading…
Reference in New Issue
Block a user