Fix ansible-lint E208 by setting file modes in file and copy tasks.

This commit is contained in:
Rafael Guterres Jeffman
2020-11-26 18:13:14 -03:00
parent 1054bdd0e3
commit 0782e260f2
6 changed files with 6 additions and 0 deletions

View File

@@ -48,6 +48,7 @@
file:
path: "/root/ca-less-test"
state: directory
mode: 0775
- name: Copy CA certificate
copy: