mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 11:51:26 -07:00
Fixes: #2084
(cherry picked from commit 7c493eb4e5
)
Co-authored-by: Silvie Chlupova <33493796+schlupov@users.noreply.github.com>
This commit is contained in:
parent
de602a9b93
commit
3735ee6df7
4 changed files with 12 additions and 10 deletions
|
@ -3,4 +3,3 @@ needs/root
|
|||
skip/macos
|
||||
skip/osx
|
||||
skip/freebsd
|
||||
disabled # FIXME
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
host: copr.fedorainfracloud.org
|
||||
state: enabled
|
||||
name: '@copr/integration_tests'
|
||||
chroot: centos-stream-x86_64
|
||||
chroot: fedora-rawhide-x86_64
|
||||
register: result
|
||||
|
||||
- name: assert that the copr project was enabled
|
||||
|
@ -21,7 +21,7 @@
|
|||
copr:
|
||||
state: enabled
|
||||
name: '@copr/integration_tests'
|
||||
chroot: centos-stream-x86_64
|
||||
chroot: fedora-rawhide-x86_64
|
||||
register: result
|
||||
|
||||
- name: assert that the copr project was enabled
|
||||
|
@ -46,7 +46,7 @@
|
|||
copr:
|
||||
state: disabled
|
||||
name: '@copr/integration_tests'
|
||||
chroot: centos-stream-x86_64
|
||||
chroot: fedora-rawhide-x86_64
|
||||
register: result
|
||||
|
||||
- name: assert that the copr project was disabled
|
||||
|
@ -61,4 +61,4 @@
|
|||
host: copr.fedorainfracloud.org
|
||||
state: absent
|
||||
name: '@copr/integration_tests'
|
||||
chroot: centos-stream-x86_64
|
||||
chroot: fedora-rawhide-x86_64
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue