Renamed variable from disable_volume_zone_conflict to volume_cross_zone_attachment and removed cloud provider condition; fix identation

This commit is contained in:
Virgil Chereches
2018-01-23 13:14:00 +00:00
parent 3125f93b3f
commit a4d142368b
4 changed files with 7 additions and 7 deletions

View File

@@ -11,8 +11,8 @@
- name: Write kube-scheduler policy file
template:
src: kube-scheduler-policy.yaml.j2
dest: "{{ kube_config_dir }}/kube-scheduler-policy.yaml"
src: kube-scheduler-policy.yaml.j2
dest: "{{ kube_config_dir }}/kube-scheduler-policy.yaml"
tags:
- kube-scheduler