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
|
- name: display the message
|
||||||
|
hosts: localhost
|
||||||
|
gather_facts: false
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- debug: var=msg
|
- debug: var=msg
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,8 @@
|
||||||
---
|
---
|
||||||
- name: display the message
|
- name: display the message
|
||||||
|
hosts: localhost
|
||||||
|
gather_facts: false
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- debug: var=msg
|
- debug: var=msg
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,8 @@
|
||||||
---
|
---
|
||||||
- name: display the message
|
- name: display the message
|
||||||
|
hosts: localhost
|
||||||
|
gather_facts: false
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- debug: var=msg
|
- debug: var=msg
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue