mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-11 10:32:27 +08:00
base / iptables: don't try and disable ip6tables on rhel8 with nftables
rhel8 instances using nftables don't have iptables-services installed, because we remove 'iptables'. On rhel9 and fedora iptables-services only needs iptables-libs installed, so it's there and works to disable. Once the last things (rhel8 copr hypervisors) are moved to nftables, we can drop all this. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -366,6 +366,7 @@
|
||||
when:
|
||||
- baseiptables|bool
|
||||
- nftables
|
||||
- ansible_distribution_major_version|int > 8
|
||||
|
||||
- name: Enable journald persistence
|
||||
ansible.builtin.file: path=/var/log/journal state=directory
|
||||
|
||||
Reference in New Issue
Block a user