Skip to content

Commit

Permalink
add variable for retrieving specific object
Browse files Browse the repository at this point in the history
Co-authored-by: Alicia Cozine <acozine@users.noreply.github.com>
Co-authored-by: Beck Davis <beck-davis@users.noreply.github.com>
Co-authored-by: Denzil Phillips <dphillips-39@users.noreply.github.com>
Co-authored-by: Francis Kayiwa <kayiwa@users.noreply.github.com>
Co-authored-by: Jane Sandberg <sandbergja@users.noreply.github.com>
Co-authored-by: John Kazmierski <jkazmier-PUL@users.noreply.github.com>
  • Loading branch information
7 people committed Jun 17, 2024
1 parent 15cc65f commit e91d47e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playbooks/utils/firewall_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
paloaltonetworks.panos.panos_address_object:
provider: "{{ panos_provider }}"
state: gathered
gathered_filter: "{{ add var here }}"
gathered_filter: "destination_ip contains {{ test_object.gathered[0].name }}"
register: specific_object

- name: View a specific object
Expand Down

0 comments on commit e91d47e

Please sign in to comment.