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