2024-03-22 11:23:45 -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: rhc.rear.say_hi