dhparams: ansible-lint fixes
This commit is contained in:
parent
26f0383b3e
commit
3cdc1645f8
1 changed files with 2 additions and 3 deletions
|
@ -1,8 +1,7 @@
|
||||||
---
|
---
|
||||||
|
|
||||||
# https://tools.ietf.org/html/rfc7919#appendix-A.2
|
# https://tools.ietf.org/html/rfc7919#appendix-A.2
|
||||||
- name: copy dhparams
|
- name: Copy dhparams
|
||||||
copy:
|
ansible.builtin.copy:
|
||||||
dest: "{{ tls_certs }}/ffdhe3072.pem"
|
dest: "{{ tls_certs }}/ffdhe3072.pem"
|
||||||
src: ffdhe3072.pem
|
src: ffdhe3072.pem
|
||||||
mode: 0644
|
mode: 0644
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue