copr-be: install Ansible community general plugins from copr on f33
This commit is contained in:
parent
51c015596f
commit
542b6b3c4e
1 changed files with 6 additions and 0 deletions
|
@ -85,5 +85,11 @@
|
|||
tags:
|
||||
- provision_config
|
||||
|
||||
- name: f33 has outdated ansible community general plugins, use copr
|
||||
community.general.copr:
|
||||
state: enabled
|
||||
name: praiskup/ansible-collection-community-genral-f33
|
||||
when: ansible_distribution_major_version|int == 33 and ansible_distribution == 'Fedora'
|
||||
|
||||
- name: sometimes it is worth having the copr.py ansible plugin
|
||||
package: name=ansible-collection-community-general state=latest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue