[fix] role:lighttpd:apt update

This commit is contained in:
roydfalk 2024-03-20 00:05:11 +01:00
parent 368d2ecec2
commit 8353f9ea90

View file

@ -3,6 +3,7 @@
"name": "install packages",
"become": true,
"ansible.builtin.apt": {
"update_cache": true,
"pkg": [
"lighttpd",
"lighttpd-mod-openssl"