ok, try this
This commit is contained in:
parent
db3f73f6e8
commit
2549c3e5ec
1 changed files with 4 additions and 4 deletions
|
@ -15,12 +15,12 @@
|
|||
|
||||
- name: install python2 fedmsg package
|
||||
yum: pkg=fedmsg state=present
|
||||
when: "python34-fedmsg" not in group_names and ansible_distribution_major_version|int < 22
|
||||
when: python34-fedmsg not in group_names and ansible_distribution_major_version|int < 22
|
||||
tags: fedmsg/base
|
||||
|
||||
- name: install the python34 fedmsg package
|
||||
yum: pkg=python34-fedmsg-core state=present
|
||||
when: "python34-fedmsg" in group_names and ansible_distribution_major_version|int < 22
|
||||
when: python34-fedmsg in group_names and ansible_distribution_major_version|int < 22
|
||||
tags: fedmsg/base
|
||||
|
||||
- name: install needed packages
|
||||
|
@ -36,12 +36,12 @@
|
|||
|
||||
- name: install python2 fedmsg package
|
||||
dnf: pkg=fedmsg state=present
|
||||
when: "python34-fedmsg" not in group_names and ansible_distribution_major_version|int > 21
|
||||
when: python34-fedmsg not in group_names and ansible_distribution_major_version|int > 21
|
||||
tags: fedmsg/base
|
||||
|
||||
- name: install the python34 fedmsg package
|
||||
dnf: pkg=python34-fedmsg-core state=present
|
||||
when: "python34-fedmsg" in group_names and ansible_distribution_major_version|int > 21
|
||||
when: python34-fedmsg in group_names and ansible_distribution_major_version|int > 21
|
||||
tags: fedmsg/base
|
||||
|
||||
# We only need this on el6. On el7, the fedmsg package uses systemd-tempfiles
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue