Kill async for now.
This commit is contained in:
parent
25916e41bd
commit
c398ba988e
1 changed files with 0 additions and 5 deletions
|
@ -23,13 +23,8 @@
|
||||||
local_action: "shell echo rdiff-backup ${inventory_hostname}::${item} /fedora_backups/${inventory_hostname}/`basename ${item}`"
|
local_action: "shell echo rdiff-backup ${inventory_hostname}::${item} /fedora_backups/${inventory_hostname}/`basename ${item}`"
|
||||||
with_items: $global_backup_targets
|
with_items: $global_backup_targets
|
||||||
when: global_backup_targets is defined
|
when: global_backup_targets is defined
|
||||||
async: 100000
|
|
||||||
poll: 120
|
|
||||||
|
|
||||||
- name: run rdiff-backup hitting all the host targets
|
- name: run rdiff-backup hitting all the host targets
|
||||||
local_action: "shell echo rdiff-backup ${inventory_hostname}::${item} /fedora_backups/${inventory_hostname}/`basename ${item}`"
|
local_action: "shell echo rdiff-backup ${inventory_hostname}::${item} /fedora_backups/${inventory_hostname}/`basename ${item}`"
|
||||||
with_items: $host_backup_targets
|
with_items: $host_backup_targets
|
||||||
when: host_backup_targets is defined
|
when: host_backup_targets is defined
|
||||||
async: 100000
|
|
||||||
poll: 120
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue