mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
* 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:
@@ -32,8 +32,6 @@
|
||||
until: faketime_package_installed is success
|
||||
- name: Find libfaketime path
|
||||
shell: '{{ list_pkg_files }} {{ faketime_pkg }} | grep -F libfaketime.so.1'
|
||||
args:
|
||||
warn: false
|
||||
register: libfaketime_path
|
||||
- when: ansible_service_mgr == 'systemd'
|
||||
block:
|
||||
|
||||
Reference in New Issue
Block a user