From ad2057e2d375787378d0ce7afcaef301c60b96c3 Mon Sep 17 00:00:00 2001 From: Pierre Riteau Date: Fri, 24 Nov 2023 10:39:57 +0000 Subject: [PATCH] Remove libgcrypt package update This fix was added when upgrading from CentOS Linux 8.2 to 8.3. This is likely not required on currently supported operating systems. Change-Id: Ic2c47ae4514d98ff18c5d17ba62b50c47f3929c1 --- ansible/overcloud-ipa-build.yml | 8 -------- ansible/seed-ipa-build.yml | 8 -------- 2 files changed, 16 deletions(-) diff --git a/ansible/overcloud-ipa-build.yml b/ansible/overcloud-ipa-build.yml index d9a76ced6..cbd2817ad 100644 --- a/ansible/overcloud-ipa-build.yml +++ b/ansible/overcloud-ipa-build.yml @@ -24,14 +24,6 @@ ipa_image_force_rebuild: false tasks: - block: - # TODO(priteau): Move this to stackhpc.os-images - - name: Ensure libgcrypt is updated - package: - name: "libgcrypt" - state: latest - become: True - when: ansible_facts.os_family == 'RedHat' - - name: Ensure Ironic Python Agent images are built include_role: name: stackhpc.os-images diff --git a/ansible/seed-ipa-build.yml b/ansible/seed-ipa-build.yml index fb26f7d05..71875afe5 100644 --- a/ansible/seed-ipa-build.yml +++ b/ansible/seed-ipa-build.yml @@ -14,14 +14,6 @@ ipa_image_force_rebuild: false tasks: - block: - # TODO(priteau): Move this to stackhpc.os-images - - name: Ensure libgcrypt is updated - package: - name: libgcrypt - state: latest - become: True - when: ansible_facts.os_family == 'RedHat' - - name: Ensure Ironic Python Agent images are built include_role: name: stackhpc.os-images