fix(kubernetes_roles): update cmd for setting ip6tables

!74
This commit is contained in:
2024-07-04 18:10:18 +09:30
parent 4d51d3ca00
commit 2d5eb7c375

View File

@ -554,7 +554,7 @@
- name: Set IP6Tables to legacy mode
ansible.builtin.command:
cmd: update-alternatives --set iptables /usr/sbin/ip6tables-legacy
cmd: update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy
changed_when: false
when: >
not nfc_role_kubernetes_cluster_upgraded | default(false) | bool