tasks/main.yml: fixed cni_install.sh Illegal option -o pipefail

This commit is contained in:
Haitao Pan 2023-05-28 18:29:04 +08:00
parent 3370b09c77
commit c45a7a7352

View File

@ -7,7 +7,7 @@
when: inventory_hostname in groups[group]
- name: Setup K3S CNI
shell: 'sh /tmp/cni_install.sh'
shell: 'bash /tmp/cni_install.sh'
when: inventory_hostname in groups[group]
- name: Setup K3S Ingress