Skip to content

Commit

Permalink
add verbosity of results for filter
Browse files Browse the repository at this point in the history
we want to expand the results and filter again

Co-authored-by: Beck Davis <[email protected]>
Co-authored-by: John Kazmierski <[email protected]>
Co-authored-by: Vickie Karasic <[email protected]>
  • Loading branch information
4 people committed May 6, 2024
1 parent 0ff4795 commit 5e99222
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions playbooks/utils/firewall_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@
ansible.builtin.set_fact:
filter_input: "{{ filter_condition }}{{filter_ip }}"

- name: gives us all the results
ansible.builtin.debug:
msg: filter_input

- name: find object from filter
paloaltonetworks.panos.panos_address_object:
provider: "{{ panos_provider }}"
Expand Down

0 comments on commit 5e99222

Please sign in to comment.