blob: 4c208910d38a2d7757d92cb4f12c91b47b352347 [file] [log] [blame]
---
# tasks file for apigee-opdk-update-component-qpidd
- name: Work around remove for Qpid upgrade
become: true
become_user: root
yum:
name: "{{ item }}"
state: absent
with_items: "{{ remove_qpid_upgrade_components }}"
- name: Work around install for Qpid upgrade
become: true
yum:
name: "{{ item }}"
state: present
with_items: "{{ install_qpid_upgrade_components }}"