docker_ipv6_nat: Adjust directory permissions
This patch reduces the permissions on the install directory to just the root user and also fixes the ansible-lint issue for specifying the `mode`.
This commit is contained in:
parent
99239ded4e
commit
cc24a412c6
1 changed files with 3 additions and 0 deletions
|
@ -21,6 +21,9 @@
|
|||
file:
|
||||
path: "{{ item }}"
|
||||
state: directory
|
||||
mode: '0700'
|
||||
owner: 'root'
|
||||
group: 'root'
|
||||
with_items:
|
||||
- "{{ docker_ipv6_nat_install_location }}"
|
||||
tags:
|
||||
|
|
Loading…
Add table
Reference in a new issue