Files
ansible/docker/playbook-sample-workspace/site.yml
Márcio Fernandes 488429244e
Some checks failed
/ build-docker-image (push) Failing after 7s
.
2024-09-04 22:48:43 +01:00

10 lines
178 B
YAML

- name: Hello from ansible
hosts: all
tasks:
- name: Ping my hosts
ansible.builtin.ping:
- name: Print message
ansible.builtin.debug:
msg: Hello world