Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
dancorrigan1 committed Nov 27, 2024
1 parent 27da75b commit 9f9d8cd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tasks/dailyconnections.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,9 @@
- name: "Check which subelements caused changes"
ansible.builtin.debug:
msg: >
"For user {{ item.0.user }}, adding IP {{ item.1 }}: {{ 'changed' if item.2.changed else 'unchanged' }}"
loop: "{{ __add_ip.results | zip(__unique_user_ips | subelements('ip_list')) }}"
"For user {{ item.0.0.user }}, adding IP {{ item.0.1 }}: {{ 'changed' if item.1.changed else 'unchanged' }}"
loop: "{{ __add_ip.results | zip(__unique_user_ips | subelements('ip_list')) | list }}"


# - debug:
# var: __add_ip
Expand Down

0 comments on commit 9f9d8cd

Please sign in to comment.