From: David Galloway Date: Wed, 17 Aug 2022 21:54:24 +0000 (-0400) Subject: common: No more lsb! X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=8b0dd4ae8e97451cb587bfca13e7db012f174c95;p=ceph-cm-ansible.git common: No more lsb! Signed-off-by: David Galloway --- diff --git a/roles/common/tasks/rhel-entitlements.yml b/roles/common/tasks/rhel-entitlements.yml index eeda667..207a682 100644 --- a/roles/common/tasks/rhel-entitlements.yml +++ b/roles/common/tasks/rhel-entitlements.yml @@ -47,7 +47,7 @@ # However, we do not want to lock the release ver on all our systems; just testnodes. - name: Set the releasever copy: - content: "{{ ansible_lsb.release }}" + content: "{{ ansible_distribution_version }}" dest: /etc/yum/vars/releasever when: inventory_hostname in groups['testnodes']