]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
Forgot to add use_satellite = true in two places 718/head
authorAdam Kraitman <akraitma@redhat.com>
Sun, 15 Jan 2023 15:15:44 +0000 (17:15 +0200)
committerAdam Kraitman <akraitma@redhat.com>
Sun, 15 Jan 2023 15:15:44 +0000 (17:15 +0200)
In continue to PR https://github.com/ceph/ceph-cm-ansible/pull/717

Signed-off-by: Adam Kraitman <akraitma@redhat.com>
roles/common/tasks/rhel-entitlements.yml

index eb8e7ae2a5c0ad8a523bf9d142d8e1e38a287f78..148690d5eb7869020bb70c02fada078525e93bed 100644 (file)
@@ -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: