From: Adam Kraitman Date: Sun, 15 Jan 2023 15:15:44 +0000 (+0200) Subject: Forgot to add use_satellite = true in two places X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=93a532393d0a70808e811e05798b4c31cc6c1ab5;p=ceph-cm-ansible.git Forgot to add use_satellite = true in two places In continue to PR https://github.com/ceph/ceph-cm-ansible/pull/717 Signed-off-by: Adam Kraitman --- diff --git a/roles/common/tasks/rhel-entitlements.yml b/roles/common/tasks/rhel-entitlements.yml index eb8e7ae2..148690d5 100644 --- a/roles/common/tasks/rhel-entitlements.yml +++ b/roles/common/tasks/rhel-entitlements.yml @@ -60,6 +60,7 @@ - name: remove 'WA' PREFIX from dmi_system_uuid.facts replace: dest="/etc/rhsm/facts/dmi_system_uuid.facts" regexp="WA" replace="" + when: use_satellite == true - name: Add fqdn to katello.facts ansible.builtin.lineinfile: @@ -71,6 +72,7 @@ - name: remove 'WA' PREFIX from katello.facts replace: dest="/etc/rhsm/facts/katello.facts" regexp="WA" replace="" + when: use_satellite == true - name: Install CA Cert from Satellite Server yum: