We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37e572d commit 07fd763Copy full SHA for 07fd763
roles/core/tasks/install.yml
@@ -45,7 +45,7 @@
45
46
- debug:
47
var: "chart_ref_sd_core"
48
- when: inventory_hostname in groups['master_nodes'] and core.helm.local_charts
+ when: inventory_hostname in groups['master_nodes'] and core.helm.local_charts
49
50
- name: copy local_charts "{{ chart_ref_sd_core }}" to /tmp/sdcore-helm-charts
51
synchronize:
@@ -109,4 +109,4 @@
109
when: inventory_hostname in groups['master_nodes']
110
always:
111
- pause:
112
- seconds: 60
+ seconds: 60
0 commit comments