Normalize bools in tests. (#577)

This commit is contained in:
Felix Fontein
2023-02-15 22:23:36 +01:00
committed by GitHub
parent b08f6eefe8
commit 2fb543b144
40 changed files with 590 additions and 590 deletions

View File

@@ -11,11 +11,11 @@
- set_fact:
pkg_mgr: community.general.pkgng
ansible_pkg_mgr: community.general.pkgng
cacheable: yes
cacheable: true
when: ansible_os_family == 'FreeBSD' and ansible_version.string is version('2.10', '>=')
- set_fact:
pkg_mgr: community.general.zypper
ansible_pkg_mgr: community.general.zypper
cacheable: yes
cacheable: true
when: ansible_os_family == 'Suse' and ansible_version.string is version('2.10', '>=')