copr-be: install Ansible community general plugins from copr on f33

This commit is contained in:
Pavel Raiskup 2021-05-12 07:34:05 +02:00
parent 51c015596f
commit 542b6b3c4e

View file

@ -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