First working release :)
All checks were successful
/ build-docker-image (push) Successful in 7s

This commit is contained in:
2024-09-07 02:28:07 +01:00
parent d5edc731f3
commit 522a2f854b
7 changed files with 140 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
- name: Hello from ansible
hosts: all
tasks:
- name: Ping my hosts
ansible.builtin.ping:
- name: Print message
ansible.builtin.debug:
msg: Hello world