chore: cleanup

This commit is contained in:
2023-10-28 12:45:15 +09:30
parent 93b63308ef
commit 6763fe6509
6 changed files with 23 additions and 68 deletions

View File

@ -196,10 +196,10 @@
# ipv6: true
# # - name: Set IPTables to legacy mode
# # ansible.builtin.command:
# # cmd: update-alternatives --set iptables /usr/sbin/iptables-legacy
# # changed_when: false
- name: Set IPTables to legacy mode
ansible.builtin.command:
cmd: update-alternatives --set iptables /usr/sbin/iptables-legacy
changed_when: false
# - name: Server install K3s