Fix permissions for base directories
With fixing linters [1] I have accidentally set incorrect mode for base directories to 0644 while it should be 0755. [1] https://review.opendev.org/c/openstack/openstack-ansible-lxc_hosts/+/888180 Closes-Bug: #2047593 Change-Id: Ied402f4f22ac333573c7144877da669251eccf8c
This commit is contained in:
parent
3d6a3d812d
commit
bd011b0eee
@ -19,7 +19,7 @@
|
|||||||
state: "directory"
|
state: "directory"
|
||||||
owner: "root"
|
owner: "root"
|
||||||
group: "root"
|
group: "root"
|
||||||
mode: "0644"
|
mode: "0755"
|
||||||
with_items:
|
with_items:
|
||||||
- /etc/lxc
|
- /etc/lxc
|
||||||
- /usr/local/bin
|
- /usr/local/bin
|
||||||
|
Loading…
x
Reference in New Issue
Block a user