Don't install yum repos, because this means rhel ones will be on centos and cause doom.

This commit is contained in:
Kevin Fenzi 2016-07-06 19:33:29 +00:00
parent afcafd62e6
commit 6edacde64b

View file

@ -67,8 +67,6 @@
- /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