Apply 1 suggestion(s) to 1 file(s)
This commit is contained in:
parent
dcc52b04cc
commit
882286e1a7
1 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,8 @@
|
||||||
"ansible.builtin.apt": {
|
"ansible.builtin.apt": {
|
||||||
"update_cache": true,
|
"update_cache": true,
|
||||||
"pkg": [
|
"pkg": [
|
||||||
"nginx"
|
"nginx",
|
||||||
|
"openssl"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue