diff --git a/ansible/overcloud-ipa-build.yml b/ansible/overcloud-ipa-build.yml
index d9a76ced67728820defea8e6cc58e853243cd9ec..cbd2817ad41c223806f7ea677768ca687d29576d 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 fb26f7d0528d5a6e5ed14379ae7a9ba22ccab480..71875afe5296d197963ba71e33459077c0c9360a 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