Browse Source

set permissions on network-environment file

pull/37/head
Smaine Kahlouch 9 years ago
parent
commit
d585ceaf3b
1 changed files with 1 additions and 1 deletions
  1. 2
      roles/network_plugin/tasks/main.yml

2
roles/network_plugin/tasks/main.yml

@ -5,7 +5,7 @@
kube_network_plugin is not defined
- name: Write network-environment
template: src=network-environment.j2 dest=/etc/network-environment mode=u+x
template: src=network-environment.j2 dest=/etc/network-environment mode=640
- include: flannel.yml
when: kube_network_plugin == "flannel"

Loading…
Cancel
Save