ansible-base/roles/lighttpd-with-webdav/tasks/main.json

13 lines
157 B
JSON
Raw Normal View History

2024-06-25 11:45:02 +02:00
[
{
"name": "install packages",
"become": true,
"ansible.builtin.apt": {
"update_cache": true,
"pkg": [
"lighttpd-mod-webdav"
]
}
}
]