summaryrefslogtreecommitdiffstats
path: root/ansible/roles/firewall/defaults
AgeCommit message (Collapse)AuthorFilesLines
2019-02-28Use 'package_facts' module in firewall roleBartek Grzybowski1-0/+6
Centos iso image doesn't have 'yum-utils' package with 'repoquery' binary which causes 'yum' module to crash. Using more generic 'package_facts' fixes that. This patch also introduces more general compatibility with RedHat/Debian based distros. Issue-ID: OOM-1632 Change-Id: Ica026c0f9a9ffa9e307f7cba589900962b0db4e7 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>