Fix lint warning around missing mode
This only applies to directories https://stackoverflow.com/a/29793833
This commit is contained in:
parent
3338a1f898
commit
422062ae63
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@
|
||||||
path: "{{ plugins_dir.path }}"
|
path: "{{ plugins_dir.path }}"
|
||||||
state: directory
|
state: directory
|
||||||
owner: "{{ docker_user.name }}"
|
owner: "{{ docker_user.name }}"
|
||||||
|
mode: u=rwX,g=rX,o=rX
|
||||||
recurse: true
|
recurse: true
|
||||||
become: true
|
become: true
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue