Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

[PR #1481/d758b36c backport][3.21] Add no_log to the task Make variables available #1482

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGES/1480.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add no_log to the task `pulp.pulp_installer.pulp_common : Make variables available to other hosts in other roles via hostvars`
1 change: 1 addition & 0 deletions roles/pulp_common/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,3 +194,4 @@
__pulp_common_merged_pulp_settings: "{{ __pulp_common_merged_pulp_settings }}"
pulp_user: "{{ pulp_user }}"
pulp_group: "{{ pulp_group }}"
no_log: true
Loading