Skip to content

Commit b6ca649

Browse files
spetrosiclaude
andcommitted
fix: Use verbosity level 3 for no_log
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 31b4547 commit b6ca649

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tasks/secret_registration_server.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
- name: Gather service facts for firewall check
3131
ansible.builtin.service_facts:
32-
no_log: "{{ ansible_verbosity < 2 }}"
32+
no_log: "{{ ansible_verbosity < 3 }}"
3333

3434
- name: Allow secret registration server port in firewall
3535
ansible.posix.firewalld:

tasks/trustee_quadlet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464

6565
- name: Gather service facts
6666
ansible.builtin.service_facts:
67-
no_log: "{{ ansible_verbosity < 2 }}"
67+
no_log: "{{ ansible_verbosity < 3 }}"
6868

6969
- name: Allow port 8080 in firewall
7070
ansible.posix.firewalld:

0 commit comments

Comments
 (0)