Merge "Remove libgcrypt package update"
This commit is contained in:
commit
bc24c9ece1
@ -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