Skip to content

Commit 2adff95

Browse files
committed
Add no_log option to suppress sensitive data exposure when loading VM information
1 parent a12d7fb commit 2adff95

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/playbook_00_configuration_checks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@
7676
msg: "Host {{ inventory_hostname }} assigned role: {{ role }} from groups: {{ group_names }}"
7777

7878
- name: "Load supported VM information"
79+
no_log: true
7980
ansible.builtin.include_vars:
8081
file: "./roles/configuration_checks/vars/vm-support.yml"
8182
name: vm_support

0 commit comments

Comments
 (0)