mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 21:00:22 -07:00
CI: Remove 'warn:' that's removed in ansible-core 2.14 (#4434)
* Remove 'warn:' that's removed in ansible-core 2.14. * Install virtualenv when needed.
This commit is contained in:
parent
1b357bade7
commit
24ca69aa05
6 changed files with 12 additions and 11 deletions
|
@ -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'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue