extended tests

This commit is contained in:
Klaus Zerwes 2022-09-17 20:44:33 +02:00
parent db302d56aa
commit c6912acf7e
2 changed files with 12 additions and 0 deletions

View File

@ -17,6 +17,12 @@
ansible.builtin.command:
cmd: cat dog
- name: assert
assert:
that: true
- assert:
that: not false
- name: roles
collections:
- 'debops.debops'

View File

@ -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'