Fixing version added for the fire/forget check later feature

This commit is contained in:
James Cammarata 2014-09-25 19:16:41 -05:00
parent 1076e73338
commit cdcbde1cff

View file

@ -61,7 +61,7 @@ If you would like to perform a variation of the "fire and forget" where you
following::
---
# Requires ansible 1.7+
# Requires ansible 1.8+
- name: 'YUM - fire and forget task'
yum: name=docker-io state=installed
async: 1000