[fix] role:nginx

This commit is contained in:
roydfalk 2024-06-09 12:46:26 +02:00
parent 3675d40a24
commit e175c56d61

View file

@ -12,7 +12,10 @@
}, },
{ {
"name": "generate dhparams file", "name": "generate dhparams file",
"ansible.builtin.command": "openssl dhparam -out /etc/nginx/dhparam 4096", "become": true,
"ansible.builtin.command": {
"cmd": "openssl dhparam -out /etc/nginx/dhparam 4096"
},
"args": { "args": {
"creates": "/etc/nginx/dhparam" "creates": "/etc/nginx/dhparam"
} }