Skip to content

Commit

Permalink
Modify syntax on reference to item
Browse files Browse the repository at this point in the history
  • Loading branch information
jdement committed Jan 4, 2018
1 parent 31476c1 commit 585701d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions execute_rp_op/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
force: "{{ force }}"
action: ibmsecurity.isam.web.reverse_proxy.instance.execute
isamapi:
id: "{{ item }}"
id: "{{ item['id'] }}"
operation: "{{execute_rp_op_operation}}"
with_items: "{{execute_rp_op_ids | default({}) }}"
when: execute_rp_op_ids is defined and execute_rp_op_operation is defined
when: execute_rp_op_ids is defined and execute_rp_op_operation is defined

0 comments on commit 585701d

Please sign in to comment.