Add some missing metadata
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
83f80a8494
commit
e90e9b0913
3 changed files with 9 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
---
|
||||
- name: display the message
|
||||
hosts: localhost
|
||||
gather_facts: false
|
||||
|
||||
tasks:
|
||||
- debug: var=msg
|
||||
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
---
|
||||
- name: display the message
|
||||
hosts: localhost
|
||||
gather_facts: false
|
||||
|
||||
tasks:
|
||||
- debug: var=msg
|
||||
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
---
|
||||
- name: display the message
|
||||
hosts: localhost
|
||||
gather_facts: false
|
||||
|
||||
tasks:
|
||||
- debug: var=msg
|
||||
|
||||
|
|
Reference in a new issue