mirror of
https://github.com/ansible/ansible.git
synced 2026-08-03 08:03:05 +02:00
dnf tests: unique environment/group name (#84785)
Prevents `Group state for \"customenvgroup\" not found` error which may or may not be a regression in dnf5. Just name groups/envs uniquely to workaround the issue.
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
|
||||
<group>
|
||||
<id>customenvgroup</id>
|
||||
<name>Custom Environment Group</name>
|
||||
<name>Custom Group in Environment</name>
|
||||
<description></description>
|
||||
<default>false</default>
|
||||
<uservisible>false</uservisible>
|
||||
|
||||
Reference in New Issue
Block a user