From: David Galloway Date: Thu, 25 Aug 2022 18:29:47 +0000 (-0400) Subject: cobbler: Do not do CentOS to Stream conversion hack on CentOS9 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=a9811ec39b0d178ec86f825ce0dcf1240e257ab8;p=ceph-cm-ansible.git cobbler: Do not do CentOS to Stream conversion hack on CentOS9 It's not necessary and breaks profile import. Signed-off-by: David Galloway --- diff --git a/roles/cobbler_profile/tasks/import_distro.yml b/roles/cobbler_profile/tasks/import_distro.yml index a6f906e..d8eade6 100644 --- a/roles/cobbler_profile/tasks/import_distro.yml +++ b/roles/cobbler_profile/tasks/import_distro.yml @@ -45,7 +45,7 @@ when: profile_type|default('') == 'image' - import_tasks: import_stream_profile.yml - when: '"stream" in distro_name' + when: '"8.stream" in distro_name' # If either the profile already existed or we successfully imported the # distro, we might want to update other options in the profile. i.e. kickstarts