Fixing version added for the fire/forget check later feature
This commit is contained in:
parent
1076e73338
commit
cdcbde1cff
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ If you would like to perform a variation of the "fire and forget" where you
|
||||||
following::
|
following::
|
||||||
|
|
||||||
---
|
---
|
||||||
# Requires ansible 1.7+
|
# Requires ansible 1.8+
|
||||||
- name: 'YUM - fire and forget task'
|
- name: 'YUM - fire and forget task'
|
||||||
yum: name=docker-io state=installed
|
yum: name=docker-io state=installed
|
||||||
async: 1000
|
async: 1000
|
||||||
|
|
Loading…
Reference in a new issue