[fix] role:nginx
This commit is contained in:
parent
3675d40a24
commit
e175c56d61
1 changed files with 4 additions and 1 deletions
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue