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

@@ -6,6 +6,7 @@
copy:
src: "{{ item }}"
dest: "/root/{{ item | basename }}"
mode: preserve
force: yes
- name: Install - Extend ipaserver_external_cert_files with "/root/{{ item | basename }}"
set_fact: