[fix] role:proftpd:apt update
This commit is contained in:
parent
26ca0b14c4
commit
342fc6dd9b
|
|
@ -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"
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue