From d758b36c9632e2a240b67e61f510cbbd1c2dcef7 Mon Sep 17 00:00:00 2001 From: Mike DePaulo Date: Thu, 22 Jun 2023 10:03:18 -0400 Subject: [PATCH] Add no_log to the task `Make variables available` Fixes: #1480 --- CHANGES/1480.bugfix | 1 + roles/pulp_common/tasks/main.yml | 1 + 2 files changed, 2 insertions(+) create mode 100644 CHANGES/1480.bugfix diff --git a/CHANGES/1480.bugfix b/CHANGES/1480.bugfix new file mode 100644 index 000000000..5872402d2 --- /dev/null +++ b/CHANGES/1480.bugfix @@ -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` diff --git a/roles/pulp_common/tasks/main.yml b/roles/pulp_common/tasks/main.yml index 628be459d..07c853102 100644 --- a/roles/pulp_common/tasks/main.yml +++ b/roles/pulp_common/tasks/main.yml @@ -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