diff options
author | Martin Krizek <martin.krizek@gmail.com> | 2024-06-18 17:08:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-18 17:08:19 +0200 |
commit | df29852f3a48160e1a60635692c202531dd8b14a (patch) | |
tree | 04af79857f8b2c8933e0b55647d2f575c151fe24 /test | |
parent | replace: update after/before example (#83453) (diff) | |
download | ansible-df29852f3a48160e1a60635692c202531dd8b14a.tar.xz ansible-df29852f3a48160e1a60635692c202531dd8b14a.zip |
Update the dnf5 copr repo (#83459)
The dnf-nightly is the official nightly repo now.
Diffstat (limited to 'test')
-rw-r--r-- | test/integration/targets/dnf5/playbook.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/targets/dnf5/playbook.yml b/test/integration/targets/dnf5/playbook.yml index 3f6e60718d..c0014976c8 100644 --- a/test/integration/targets/dnf5/playbook.yml +++ b/test/integration/targets/dnf5/playbook.yml @@ -2,7 +2,7 @@ tasks: - block: - command: "dnf install -y 'dnf-command(copr)'" - - command: dnf copr enable -y rpmsoftwaremanagement/dnf5-unstable + - command: dnf copr enable -y rpmsoftwaremanagement/dnf-nightly - command: dnf install -y python3-libdnf5 - include_role: |