update playbook name
This commit is contained in:
12
playbooks/hi.yml
Normal file
12
playbooks/hi.yml
Normal 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
|
Reference in New Issue
Block a user