This commit is contained in:
parent
c897310b19
commit
a8668f441b
1 changed files with 6 additions and 0 deletions
6
deploy.yml
Normal file
6
deploy.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
---
|
||||||
|
- hosts: all
|
||||||
|
tasks:
|
||||||
|
- name: Print message
|
||||||
|
debug:
|
||||||
|
msg: Hello Ansible World
|
||||||
Loading…
Add table
Reference in a new issue