Ajouter playbook-test.yml
This commit is contained in:
commit
d921c723fd
|
|
@ -0,0 +1,6 @@
|
||||||
|
---
|
||||||
|
- hosts: all
|
||||||
|
gather_facts: no
|
||||||
|
tasks:
|
||||||
|
- name: Test ping
|
||||||
|
ping:
|
||||||
Loading…
Reference in New Issue