1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-06-30 07:50:43 +00:00

Add fire and forget example

This commit is contained in:
Michael DeHaan 2012-03-12 21:02:38 -04:00
parent 86e19cd8c8
commit e582bd5ec5
2 changed files with 5 additions and 1 deletions

View file

@ -9,6 +9,10 @@
action: command /bin/sleep 15
async: 45
poll: 5
- name: fire and forget
action: command /bin/sleep 15
async: 45
poll: 0
- include: base.yml favcolor=blue
- name: write the foo config file using vars set above
action: template src=foo.j2 dest=/etc/some_random_foo.conf