development #1

Merged
chris merged 5 commits from development into main 2023-12-09 00:01:14 -05:00
Showing only changes of commit 279a06586e - Show all commits

View File

@ -5,6 +5,10 @@
tasks:
- name: Say Hello world
- name: Say hello world
ansible.builtin.debug:
msg: Hello world!
- name: Say goodbye world
ansible.builtin.fail:
msg: Goodbye world!