Skip to content

Commit

Permalink
Merge "Fix /etc/kolla permission"
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins authored and openstack-gerrit committed Dec 4, 2016
2 parents 58150b0 + 62e7f95 commit 62c6d5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ansible/roles/baremetal/tasks/pre-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
recurse: yes
owner: kolla
group: kolla
mode: 755
mode: 0755
become: True
when: create_kolla_user | bool == True

Expand All @@ -132,6 +132,6 @@
path: /etc/kolla
state: directory
recurse: yes
mode: 666
mode: 0666
become: True
when: create_kolla_user | bool == False

0 comments on commit 62c6d5a

Please sign in to comment.