CI: Remove 'warn:' that's removed in ansible-core 2.14 (#4434) (#4437)

* Remove 'warn:' that's removed in ansible-core 2.14.

* Install virtualenv when needed.

(cherry picked from commit 24ca69aa05)

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
patchback[bot]
2022-04-01 23:11:39 +02:00
committed by GitHub
parent 3376442aa2
commit fbf11668f4
6 changed files with 12 additions and 11 deletions

View File

@@ -37,8 +37,6 @@
command: >-
dnf update -y
--setopt=obsoletes=0 {{ _packages | join(' ') }}
args:
warn: false
register: update_locked_packages
changed_when: '"Nothing to do" not in update_locked_packages.stdout'