mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-09-14 11:34:56 +02:00
Update to 2025-08-22 17:00
This commit is contained in:
@@ -8,3 +8,9 @@
|
||||
yum: name=iptables-services
|
||||
tags: firewall
|
||||
|
||||
# EL10 comes with python 3.12 which removed distutils
|
||||
# distutils is needed by iptables_raw.py, so install setuptools which bring distutils back
|
||||
- name: Install setuptools
|
||||
package: name=python3-setuptools
|
||||
when: ansible_distribution_version is version(10, '>=')
|
||||
tags: firewall
|
||||
|
Reference in New Issue
Block a user