You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: roles/openshift_node_group/tasks/create_config.yml
+29Lines changed: 29 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,22 @@
44
44
when: openshift_node_group_edits|length > 0
45
45
run_once: true
46
46
47
+
- name: create volume config template
48
+
template:
49
+
src: volume-config.yaml.j2
50
+
dest: "{{ mktempout.stdout }}/volume-config.yaml"
51
+
when:
52
+
- configout.results.results.0 == {} and openshift_node_group_name != "" and openshift_node_local_quota_per_fsgroup is defined and openshift_node_local_quota_per_fsgroup != ""
53
+
run_once: true
54
+
55
+
- name: lay down the volume config from the existing configmap
- configout.results.results.0 != {} and openshift_node_group_name != "" and openshift_node_local_quota_per_fsgroup is defined and openshift_node_local_quota_per_fsgroup != ""
0 commit comments