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
This commit is contained in:
Pierre Riteau 2023-11-24 10:39:57 +00:00
parent 14bcaba0a3
commit ad2057e2d3
2 changed files with 0 additions and 16 deletions

View File

@ -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

View File

@ -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