Drop enabledrepos extra_repos for now.

This commit is contained in:
Kevin Fenzi 2018-10-05 05:13:41 +00:00
parent f6121fc80c
commit aa337313be
17 changed files with 31 additions and 31 deletions

View file

@ -9,7 +9,7 @@
when: ansible_distribution_major_version|int < 22
- name: install ccsdb and its dependencies
dnf: name={{ item }} state=present enablerepo={{ extra_enablerepos }}
dnf: name={{ item }} state=present
with_items:
- ccsdb
- mod_wsgi