test ci to aap workflow #9

Merged
chris merged 7 commits from development into main 2023-11-18 01:57:32 -05:00
Showing only changes of commit 127f0e65ec - Show all commits

View File

@ -8,3 +8,7 @@
- name: Say Hello world - name: Say Hello world
ansible.builtin.debug: ansible.builtin.debug:
msg: Hello world! msg: Hello world!
- name: Say goodbye world
ansible.builtin.fail:
msg: Goodbye...world.