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

@@ -42,6 +42,7 @@
src: "{{ groups.ipaserver[0] + '-chain.crt' }}"
dest: "/root/chain.crt"
force: yes
mode: preserve
roles:
- role: ipaserver