mirror of
https://github.com/techno-tim/k3s-ansible.git
synced 2026-09-16 17:13:19 +02:00
use bash to allow pipefail
This commit is contained in:
@@ -23,6 +23,8 @@
|
|||||||
delete rs "${REPLICAS}"
|
delete rs "${REPLICAS}"
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
args:
|
||||||
|
executable: /bin/bash
|
||||||
changed_when: false
|
changed_when: false
|
||||||
run_once: true
|
run_once: true
|
||||||
with_items: "{{ groups[group_name_master | default('master')] }}"
|
with_items: "{{ groups[group_name_master | default('master')] }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user