update playbook name

This commit is contained in:
2024-03-07 16:33:09 -05:00
parent fe298fe234
commit bf40b4fd98

12
playbooks/hi.yml Normal file
View File

@ -0,0 +1,12 @@
---
- name: Say hi.
hosts: all
become: true
gather_facts: true
strategy: free
tasks:
- name: Import say-hi playbook
ansible.builtin.include_role:
name: say_hi