Merge "Remove libgcrypt package update"

This commit is contained in:
Zuul 2023-12-01 12:58:51 +00:00 committed by Gerrit Code Review
commit bc24c9ece1
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