Fix lint warning around missing mode

This only applies to directories https://stackoverflow.com/a/29793833
This commit is contained in:
Jake Howard 2020-12-28 16:16:35 +00:00
parent 3338a1f898
commit 422062ae63
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -55,6 +55,7 @@
path: "{{ plugins_dir.path }}"
state: directory
owner: "{{ docker_user.name }}"
mode: u=rwX,g=rX,o=rX
recurse: true
become: true