summaryrefslogtreecommitdiffstats
path: root/roles/flannel
diff options
context:
space:
mode:
authorSamuel Munilla <smunilla@redhat.com>2016-11-04 10:43:39 -0400
committerSamuel Munilla <smunilla@redhat.com>2016-11-04 10:43:39 -0400
commit735be4c23d1f8bc432b4fca19270ded9ce4321a8 (patch)
tree0cf081bdc6299960347c8133c42bb1383a9b217a /roles/flannel
parent0a0f0fc3126179b01f45f76cc85bc30cee428070 (diff)
downloadopenshift-735be4c23d1f8bc432b4fca19270ded9ce4321a8.tar.gz
openshift-735be4c23d1f8bc432b4fca19270ded9ce4321a8.tar.bz2
openshift-735be4c23d1f8bc432b4fca19270ded9ce4321a8.tar.xz
openshift-735be4c23d1f8bc432b4fca19270ded9ce4321a8.zip
Fix indentation for flannel etcd vars
Diffstat (limited to 'roles/flannel')
-rw-r--r--roles/flannel/tasks/main.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/roles/flannel/tasks/main.yml b/roles/flannel/tasks/main.yml
index d41eb0de8..f5b16fb76 100644
--- a/roles/flannel/tasks/main.yml
+++ b/roles/flannel/tasks/main.yml
@@ -11,11 +11,11 @@
backrefs: yes
regexp: "{{ item.regexp }}"
line: "{{ item.line }}"
- with_items:
- - { regexp: "^(FLANNEL_ETCD=)", line: '\1{{ etcd_hosts|join(",") }}' }
- - { regexp: "^(FLANNEL_ETCD_ENDPOINTS=)", line: '\1{{ etcd_hosts|join(",") }}' }
- - { regexp: "^(FLANNEL_ETCD_KEY=)", line: '\1{{ flannel_etcd_key }}' }
- - { regexp: "^(FLANNEL_ETCD_KEY_PREFIX=)", line: '\1{{ flannel_etcd_key }}' }
+ with_items:
+ - { regexp: "^(FLANNEL_ETCD=)", line: '\1{{ etcd_hosts|join(",") }}' }
+ - { regexp: "^(FLANNEL_ETCD_ENDPOINTS=)", line: '\1{{ etcd_hosts|join(",") }}' }
+ - { regexp: "^(FLANNEL_ETCD_KEY=)", line: '\1{{ flannel_etcd_key }}' }
+ - { regexp: "^(FLANNEL_ETCD_KEY_PREFIX=)", line: '\1{{ flannel_etcd_key }}' }
- name: Set flannel options
become: yes