try adding yumrepos task before installing cloud-utils?
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
parent
d6ead528b9
commit
ff413a111f
1 changed files with 2 additions and 0 deletions
|
@ -67,6 +67,8 @@
|
||||||
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
|
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
|
- include: "{{ tasks }}/yumrepos.yml"
|
||||||
|
|
||||||
- name: install cloud-utils (yum)
|
- name: install cloud-utils (yum)
|
||||||
yum: pkg=cloud-utils state=present
|
yum: pkg=cloud-utils state=present
|
||||||
when: ansible_distribution_major_version|int < 22
|
when: ansible_distribution_major_version|int < 22
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue