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:
saibotk 2020-09-26 21:31:33 +02:00
parent 99239ded4e
commit cc24a412c6
No known key found for this signature in database
GPG key ID: A3299C587D5DF523

View file

@ -21,6 +21,9 @@
file:
path: "{{ item }}"
state: directory
mode: '0700'
owner: 'root'
group: 'root'
with_items:
- "{{ docker_ipv6_nat_install_location }}"
tags: