mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
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"}
8 lines
232 B
YAML
8 lines
232 B
YAML
---
|
|
dist_tag: el{{ ansible_distribution_version[0] }}
|
|
base_pkgs_inst: ['iptables', 'iptables-services']
|
|
base_pkgs_erase: ['firstboot-tui','bluez-utils', 'sendmail','firewalld']
|
|
service_disabled: []
|
|
service_enabled: []
|
|
is_rhel: True
|