mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-05-15 05:52:24 +00:00
Fix ansible-lint E208 by setting file modes in file and copy tasks.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user