mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-07-29 02:44:43 +00:00
Fix ansible-lint E208 by setting file modes in file and copy tasks.
This commit is contained in:
@@ -48,6 +48,7 @@
|
||||
file:
|
||||
path: "/root/ca-less-test"
|
||||
state: directory
|
||||
mode: 0775
|
||||
|
||||
- name: Copy CA certificate
|
||||
copy:
|
||||
|
||||
@@ -48,6 +48,7 @@
|
||||
file:
|
||||
path: "/root/ca-less-test"
|
||||
state: directory
|
||||
mode: 0775
|
||||
|
||||
- name: Copy CA certificate
|
||||
copy:
|
||||
|
||||
Reference in New Issue
Block a user