.
All checks were successful
/ build-docker-image (push) Successful in 37s

This commit is contained in:
2024-09-07 01:48:20 +01:00
parent 9a4ad3aeb9
commit 9c6b4ee75b
6 changed files with 26 additions and 18 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