Skip to content

Commit 48d6b8d

Browse files
chore: Fix linting
1 parent cba7db8 commit 48d6b8d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

playbooks/orchestrator/add_policy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
- name: COMMIT all changes
8585
paloaltonetworks.panos.panos_commit_panorama:
8686
provider: "{{ provider }}"
87-
device_groups: [ "{{ device_group | default(default_new_policy_device_group) }}" ]
87+
device_groups: ["{{ device_group | default(default_new_policy_device_group) }}"]
8888
description: "Commit Changes"
8989
admins:
9090
- "{{ provider.username }}"
@@ -106,4 +106,4 @@
106106

107107
- name: Print the results
108108
ansible.builtin.debug:
109-
msg: '{{ matches_existing_policy }}'
109+
msg: '{{ matches_existing_policy }}'

0 commit comments

Comments
 (0)