fix ansible-lint errors

This commit is contained in:
Sergey Malyuk
2025-12-19 12:09:28 +03:00
parent 6876365108
commit 2ccf6be8b7
10 changed files with 672 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
---
platform1c_pubs: # all fields are required.
- path: "/www/root/zup/" # mind the trailing / at the end.
name: "zup"
odata_enabled: true # REST API
ws_enabled: true # sync between different products (e.g. zup<->buh sync).
- path: "/www/root/buh/"
name: "buh"
odata_enabled: true
ws_enabled: false
- path: "/www/root/doc/"
name: "doc"
odata_enabled: false
ws_enabled: false