From 8bd90d9023e43ae59effb75caef2a68cc00abe3a Mon Sep 17 00:00:00 2001 From: Bartek Grzybowski Date: Mon, 25 Feb 2019 16:00:46 +0100 Subject: Use 'package_facts' module in firewall role 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 --- ansible/infrastructure.yml | 2 -- 1 file changed, 2 deletions(-) (limited to 'ansible/infrastructure.yml') diff --git a/ansible/infrastructure.yml b/ansible/infrastructure.yml index e4715a9c..a0bc7011 100644 --- a/ansible/infrastructure.yml +++ b/ansible/infrastructure.yml @@ -24,8 +24,6 @@ hosts: infrastructure, kubernetes roles: - role: firewall - vars: - state: disable - name: Setup infrastructure servers hosts: infrastructure -- cgit 1.2.3-korg