community.general.copr – Manage one of the Copr repositories¶
Note
This plugin is part of the community.general collection (version 2.5.1).
To install it use: ansible-galaxy collection install community.general
.
To use it in a playbook, specify: community.general.copr
.
New in version 2.0.0: of community.general
Requirements¶
The below requirements are needed on the host that executes this module.
dnf
dnf-plugins-core
Parameters¶
Examples¶
- name: Enable project Test of the user schlupov
community.general.copr:
host: copr.fedorainfracloud.org
state: enabled
name: schlupov/Test
chroot: fedora-31-x86_64
- name: Remove project integration_tests of the group copr
community.general.copr:
state: absent
name: '@copr/integration_tests'
Return Values¶
Common return values are documented here, the following are the fields unique to this module:
Authors¶
Silvie Chlupova (@schlupov) <schlupov@redhat.com>