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"}
This commit is contained in:
parent
d58a72afd7
commit
e75435f0b3
1 changed files with 1 additions and 1 deletions
|
@ -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: []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue