Merge "Modify the permission of directory"

This commit is contained in:
Jenkins 2017-05-09 10:07:49 +00:00 committed by Gerrit Code Review
commit 25e23c3850

View File

@ -132,6 +132,6 @@
path: "{{ node_config_directory }}"
state: directory
recurse: yes
mode: 0666
mode: 0644
become: True
when: create_kolla_user | bool == False