Skip to content

Commit a5ab63a

Browse files
chore: Linting
1 parent 6d0c7c2 commit a5ab63a

2 files changed

Lines changed: 8 additions & 7 deletions

File tree

playbooks/orchestrator/add_policy.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -81,13 +81,13 @@
8181

8282
- name: Create Rule Block
8383
block:
84-
- name: RULE creation
85-
ansible.builtin.include_tasks:
86-
file: new/create_policy.yml
84+
- name: RULE creation
85+
ansible.builtin.include_tasks:
86+
file: new/create_policy.yml
8787

88-
- name: Update that the config has changed
89-
ansible.builtin.set_fact:
90-
config_changed: true
88+
- name: Update that the config has changed
89+
ansible.builtin.set_fact:
90+
config_changed: true
9191
when:
9292
- not matches_existing_policy
9393

playbooks/orchestrator/new/security_policy_match.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@
4242
cmd_is_xml: true
4343
register: security_policy_match_result
4444

45-
- debug:
45+
- name: Print the result
46+
debug:
4647
msg: "{{ security_policy_match_result }}"
4748

4849
- name: Set the policy match result

0 commit comments

Comments
 (0)