Merge "playbooks: utility-install.yml: Update package cache on openSUSE"
This commit is contained in:
commit
caabe88c9a
@ -53,7 +53,7 @@
|
||||
package:
|
||||
name: "{{ utility_distro_packages | default([]) }}"
|
||||
state: "{{ utility_package_state }}"
|
||||
update_cache: "{{ (ansible_pkg_mgr == 'apt') | ternary('yes', omit) }}"
|
||||
update_cache: "{{ (ansible_pkg_mgr in ['apt', 'zypper']) | ternary('yes', omit) }}"
|
||||
cache_valid_time: "{{ (ansible_pkg_mgr == 'apt') | ternary(cache_timeout, omit) }}"
|
||||
|
||||
- name: Get list of python clients
|
||||
|
Loading…
Reference in New Issue
Block a user