Files
ansible-collection-rear/playbooks/hi.yml
2024-03-22 12:05:17 -04:00

13 lines
206 B
YAML

---
- name: Say hi playbook
hosts: all
become: true
gather_facts: true
strategy: free
tasks:
- name: Import say-hi playbook
ansible.builtin.include_role:
name: ../roles/say_hi