fix ansible-lint warnings
All checks were successful
/ build (push) Successful in 26s
/ Ansible Lint (push) Successful in 4m35s

This commit is contained in:
lilly 2026-08-11 17:38:34 +02:00
commit 73760a9995
Signed by: lilly
SSH key fingerprint: SHA256:y9T5GFw2A20WVklhetIxG1+kcg/Ce0shnQmbu1LQ37g
3 changed files with 30 additions and 29 deletions

View file

@ -5,12 +5,13 @@ argument_specs:
type: list
required: false
secrets__folder:
owner:
type: string
required: false
group:
type: string
required: false
mode:
type: string
required: false
options:
owner:
type: str
required: false
group:
type: str
required: false
mode:
type: str
required: false