[fix] role:lighttpd:apt update
This commit is contained in:
parent
368d2ecec2
commit
8353f9ea90
|
|
@ -3,6 +3,7 @@
|
|||
"name": "install packages",
|
||||
"become": true,
|
||||
"ansible.builtin.apt": {
|
||||
"update_cache": true,
|
||||
"pkg": [
|
||||
"lighttpd",
|
||||
"lighttpd-mod-openssl"
|
||||
|
|
|
|||
Loading…
Reference in a new issue