|
@@ -41,3 +41,8 @@
|
|
|
no_proxy: "{{ openshift_no_proxy | default(None) }}"
|
|
|
generate_no_proxy_hosts: "{{ openshift_generate_no_proxy_hosts | default(True) }}"
|
|
|
no_proxy_internal_hostnames: "{{ openshift_no_proxy_internal_hostnames | default(None) }}"
|
|
|
+
|
|
|
+- name: Set repoquery command
|
|
|
+ set_fact:
|
|
|
+ repoquery_cmd: "{{ 'dnf repoquery --latest-limit 1 -d 0' if ansible_pkg_mgr == 'dnf' else 'repoquery --plugins' }}"
|
|
|
+
|