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:
Felix Fontein
2022-04-01 22:53:05 +02:00
committed by GitHub
parent 1b357bade7
commit 24ca69aa05
6 changed files with 12 additions and 11 deletions

View File

@@ -165,8 +165,6 @@
- name: Reinstall internationalization files
shell: yum -y reinstall glibc-common || yum -y install glibc-common
args:
warn: false
when: locale_present is failed
- name: Generate locale (RedHat)