ansible-base/roles/proftpd/tasks/main.json
2024-03-29 17:21:05 +01:00

12 lines
150 B
JSON

[
{
"name": "install packages",
"become": true,
"ansible.builtin.apt": {
"update_cache": true,
"pkg": [
"proftpd-core"
]
}
}
]