summaryrefslogtreecommitdiffstats
path: root/roles/openshift_docker_facts/vars/main.yml
blob: 55c04b0c18023fcf697b7b70f2f4cd80001cf6ee (plain)
1
2
---
repoquery_cmd: "{{ 'dnf repoquery --latest-limit 1 -d 0' if ansible_pkg_mgr == 'dnf' else 'repoquery --plugins' }}"