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:
parent
14bcaba0a3
commit
ad2057e2d3
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user