feat: add example of test plugin (for collection)
This commit is contained in:
@ -3,3 +3,6 @@
|
||||
- name: Debug test
|
||||
ansible.builtin.debug:
|
||||
msg: "Un role test !!!"
|
||||
- name: "Verify {{ my_color_choice }} is a form of blue."
|
||||
ansible.builtin.assert:
|
||||
that: my_color_choice is coll.test.blue
|
Reference in New Issue
Block a user