fix linter
This commit is contained in:
parent
cfab86ae04
commit
7041009f2d
1 changed files with 3 additions and 0 deletions
|
|
@ -2,6 +2,9 @@
|
||||||
copy:
|
copy:
|
||||||
src: "dh-{{ item }}.pem"
|
src: "dh-{{ item }}.pem"
|
||||||
dest: "/etc/ssl/dh-{{ item }}.pem"
|
dest: "/etc/ssl/dh-{{ item }}.pem"
|
||||||
|
mode: 0644
|
||||||
|
owner: root
|
||||||
|
group: root
|
||||||
with_items:
|
with_items:
|
||||||
- 1024
|
- 1024
|
||||||
- 2048
|
- 2048
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue