From e75435f0b3163dba2f493eccbe77da63ded60dbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Thu, 5 Mar 2020 15:56:50 +0100 Subject: [PATCH] RHEL8 cloud image does not have iptables-services installed addressing: TASK [base : iptables service enabled] ********************************************************************************** Thursday 05 March 2020 14:48:13 +0000 (0:00:02.733) 0:00:56.244 ******** fatal: [retrace-stg.aws.fedoraproject.org]: FAILED! => {"ansible_facts": {"discovered_interpreter_python": "/usr/libexec/platform-python"}, "changed": false, "msg": "Could not find the requested service iptables: host"} --- vars/RedHat.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vars/RedHat.yml b/vars/RedHat.yml index f1e8f15cf5..f9a6f620b8 100644 --- a/vars/RedHat.yml +++ b/vars/RedHat.yml @@ -1,6 +1,6 @@ --- dist_tag: el{{ ansible_distribution_version[0] }} -base_pkgs_inst: ['iptables'] +base_pkgs_inst: ['iptables', 'iptables-services'] base_pkgs_erase: ['firstboot-tui','bluez-utils', 'sendmail','firewalld'] service_disabled: [] service_enabled: []