summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/dnf/tasks/repo.yml
diff options
context:
space:
mode:
authorMartin Krizek <martin.krizek@gmail.com>2024-09-23 09:33:38 +0200
committerGitHub <noreply@github.com>2024-09-23 09:33:38 +0200
commitaa24e97435433d08eb0b4cb69a2eaab8bae3a2ff (patch)
tree13a3627ce23ab6f88c6f67cddb93f9aa65abd70f /test/integration/targets/dnf/tasks/repo.yml
parentDo not convert floats to ints when there is truncation (#83864) (diff)
downloadansible-aa24e97435433d08eb0b4cb69a2eaab8bae3a2ff.tar.xz
ansible-aa24e97435433d08eb0b4cb69a2eaab8bae3a2ff.zip
dnf5: re-introduce ``state: installed`` alias (#83961)
Fixes #83960
Diffstat (limited to '')
-rw-r--r--test/integration/targets/dnf/tasks/repo.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/targets/dnf/tasks/repo.yml b/test/integration/targets/dnf/tasks/repo.yml
index cabb8da929..6ab8fa1a3b 100644
--- a/test/integration/targets/dnf/tasks/repo.yml
+++ b/test/integration/targets/dnf/tasks/repo.yml
@@ -2,7 +2,7 @@
- name: Install dinginessentail-1.0-1
dnf:
name: dinginessentail-1.0-1
- state: present
+ state: installed
register: dnf_result
- name: Check dinginessentail with rpm