Skip to content

Commit

Permalink
Marking the execution as no_log when root_pass is defined. Fixes #1699
Browse files Browse the repository at this point in the history
  • Loading branch information
sscheib authored and evgeni committed Jan 9, 2024
1 parent a980619 commit 0d055af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/hostgroups/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,6 @@
content_view: "{{ item.content_view | default(omit) }}"
activation_keys: "{{ item.activation_keys | default(omit) }}"
state: "{{ item.state | default(omit) }}"
no_log: "{{ item.root_pass is defined }}"
with_items:
- "{{ foreman_hostgroups }}"

0 comments on commit 0d055af

Please sign in to comment.