We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cba7db8 commit 48d6b8dCopy full SHA for 48d6b8d
1 file changed
playbooks/orchestrator/add_policy.yml
@@ -84,7 +84,7 @@
84
- name: COMMIT all changes
85
paloaltonetworks.panos.panos_commit_panorama:
86
provider: "{{ provider }}"
87
- device_groups: [ "{{ device_group | default(default_new_policy_device_group) }}" ]
+ device_groups: ["{{ device_group | default(default_new_policy_device_group) }}"]
88
description: "Commit Changes"
89
admins:
90
- "{{ provider.username }}"
@@ -106,4 +106,4 @@
106
107
- name: Print the results
108
ansible.builtin.debug:
109
- msg: '{{ matches_existing_policy }}'
+ msg: '{{ matches_existing_policy }}'
0 commit comments