Be root when generating dhparams
This is needed to write to the destination
This commit is contained in:
parent
593a945c5c
commit
026d8db13e
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@
|
|||
- name: Generate Diffie-Hellman parameters
|
||||
community.crypto.openssl_dhparam:
|
||||
path: /etc/nginx/dhparams.pem
|
||||
become: true
|
||||
|
||||
- name: Create config directories
|
||||
file:
|
||||
|
|
Loading…
Reference in a new issue