mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
is_set() is goofy, I think
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
# attach and mount volumes
|
||||
- name: attach volumes to the system
|
||||
local_action: shell euca-attach-volume -i ${inst_res.instances[0].id} $item
|
||||
only_if: is_set('$inst_res')
|
||||
only_if: is_set('$inst_res.instances[0].id')
|
||||
with_items: $volumes
|
||||
|
||||
- name: provision instance
|
||||
|
||||
Reference in New Issue
Block a user