mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-06-27 23:57:02 +08:00
tested this one out, copiously - and eventhough it makes me grumpy - at least it works
This commit is contained in:
@@ -21,4 +21,4 @@
|
||||
- name: attach volumes to the system
|
||||
local_action: shell euca-attach-volume --config ${persist_config} -i ${inst_res.instances[0].id} $item
|
||||
with_items: $volumes
|
||||
only_if: "'$volumes' and '${host_is_up.rc}' != '0'"
|
||||
only_if: 'is_set("${volumes}") and "${host_is_up.rc}" != "0"'
|
||||
|
||||
Reference in New Issue
Block a user