We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d0c7c2 commit a5ab63aCopy full SHA for a5ab63a
2 files changed
playbooks/orchestrator/add_policy.yml
@@ -81,13 +81,13 @@
81
82
- name: Create Rule Block
83
block:
84
- - name: RULE creation
85
- ansible.builtin.include_tasks:
86
- file: new/create_policy.yml
+ - name: RULE creation
+ ansible.builtin.include_tasks:
+ file: new/create_policy.yml
87
88
- - name: Update that the config has changed
89
- ansible.builtin.set_fact:
90
- config_changed: true
+ - name: Update that the config has changed
+ ansible.builtin.set_fact:
+ config_changed: true
91
when:
92
- not matches_existing_policy
93
playbooks/orchestrator/new/security_policy_match.yml
@@ -42,7 +42,8 @@
42
cmd_is_xml: true
43
register: security_policy_match_result
44
45
-- debug:
+- name: Print the result
46
+ debug:
47
msg: "{{ security_policy_match_result }}"
48
49
- name: Set the policy match result
0 commit comments