Drop enabledrepos extra_repos for now.
This commit is contained in:
parent
f6121fc80c
commit
aa337313be
17 changed files with 31 additions and 31 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue