From 5e992228324dccf3bb0bcaa2a11b05a97daa4a52 Mon Sep 17 00:00:00 2001 From: Francis Kayiwa Date: Mon, 6 May 2024 13:50:54 -0400 Subject: [PATCH] add verbosity of results for filter we want to expand the results and filter again Co-authored-by: Beck Davis Co-authored-by: John Kazmierski Co-authored-by: Vickie Karasic --- playbooks/utils/firewall_update.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/playbooks/utils/firewall_update.yml b/playbooks/utils/firewall_update.yml index 085e8e18fa..d818317795 100644 --- a/playbooks/utils/firewall_update.yml +++ b/playbooks/utils/firewall_update.yml @@ -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 }}"