Skip to content
Snippets Groups Projects
Commit bc24c9ec authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Remove libgcrypt package update"

parents c418bb67 ad2057e2
No related branches found
No related tags found
No related merge requests found
...@@ -24,14 +24,6 @@ ...@@ -24,14 +24,6 @@
ipa_image_force_rebuild: false ipa_image_force_rebuild: false
tasks: tasks:
- block: - 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 - name: Ensure Ironic Python Agent images are built
include_role: include_role:
name: stackhpc.os-images name: stackhpc.os-images
......
...@@ -14,14 +14,6 @@ ...@@ -14,14 +14,6 @@
ipa_image_force_rebuild: false ipa_image_force_rebuild: false
tasks: tasks:
- block: - 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 - name: Ensure Ironic Python Agent images are built
include_role: include_role:
name: stackhpc.os-images name: stackhpc.os-images
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment