This is the package name on f23
This commit is contained in:
parent
073602820b
commit
24d59f6f9d
1 changed files with 2 additions and 2 deletions
|
@ -23,8 +23,8 @@
|
|||
when: "'python34-fedmsg' in group_names and ansible_distribution_major_version|int < 22"
|
||||
tags: fedmsg/base
|
||||
|
||||
- name: install the python34 fedmsg package (dnf)
|
||||
dnf: pkg=python34-fedmsg-core state=present
|
||||
- name: install the python3 fedmsg package (dnf)
|
||||
dnf: pkg=python3-fedmsg-core state=present
|
||||
when: "'python34-fedmsg' in group_names and ansible_distribution_major_version|int > 21"
|
||||
tags: fedmsg/base
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue