2024-07-03 15:43:04 -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