Kill async for now.

This commit is contained in:
Kevin Fenzi 2013-07-23 17:56:37 +00:00
parent 25916e41bd
commit c398ba988e

View file

@ -23,13 +23,8 @@
local_action: "shell echo rdiff-backup ${inventory_hostname}::${item} /fedora_backups/${inventory_hostname}/`basename ${item}`"
with_items: $global_backup_targets
when: global_backup_targets is defined
async: 100000
poll: 120
- name: run rdiff-backup hitting all the host targets
local_action: "shell echo rdiff-backup ${inventory_hostname}::${item} /fedora_backups/${inventory_hostname}/`basename ${item}`"
with_items: $host_backup_targets
when: host_backup_targets is defined
async: 100000
poll: 120