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