tasks/main.yml: fixed cni_install.sh Illegal option -o pipefail
This commit is contained in:
parent
3370b09c77
commit
c45a7a7352
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user