[fix] role:proftpd:apt update

This commit is contained in:
roydfalk 2024-03-20 00:06:32 +01:00
parent 26ca0b14c4
commit 342fc6dd9b

View file

@ -3,6 +3,7 @@
"name": "install packages", "name": "install packages",
"become": true, "become": true,
"ansible.builtin.apt": { "ansible.builtin.apt": {
"update_cache": true,
"pkg": [ "pkg": [
"proftpd-core" "proftpd-core"
] ]