mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-24 10:31:56 +08:00
try adding yumrepos task before installing cloud-utils?
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
@@ -67,6 +67,8 @@
|
||||
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
|
||||
|
||||
tasks:
|
||||
- include: "{{ tasks }}/yumrepos.yml"
|
||||
|
||||
- name: install cloud-utils (yum)
|
||||
yum: pkg=cloud-utils state=present
|
||||
when: ansible_distribution_major_version|int < 22
|
||||
|
||||
Reference in New Issue
Block a user