update ansible collections sops, docker and debops
All checks were successful
/ build (pull_request) Successful in 28s
/ Ansible Lint (push) Successful in 2m36s
/ Ansible Lint (pull_request) Successful in 2m41s

This commit is contained in:
chris 2026-09-21 22:26:20 +02:00
commit e31ee5e39c
Signed by: c6ristian
SSH key fingerprint: SHA256:B3m+yzpaxGXSEcDBpPHfvza/DNC0wuX+CKMeGq8wgak
910 changed files with 27667 additions and 19786 deletions

View file

@ -1,3 +1,7 @@
plugins/lookup/sops.py validate-modules:invalid-documentation # choices as dict
plugins/modules/load_vars.py validate-modules:invalid-documentation # choices as dict
plugins/modules/sops_encrypt.py validate-modules:invalid-documentation # choices as dict
plugins/vars/sops.py validate-modules:invalid-documentation # choices as dict
tests/integration/targets/filter_decrypt/files/hidden-binary.yaml yamllint:error
tests/integration/targets/filter_decrypt/files/hidden-json.yaml yamllint:error
tests/integration/targets/lookup_sops/files/hidden-binary.yaml yamllint:error

View file

@ -1,3 +1,7 @@
plugins/lookup/sops.py validate-modules:invalid-documentation # choices as dict
plugins/modules/load_vars.py validate-modules:invalid-documentation # choices as dict
plugins/modules/sops_encrypt.py validate-modules:invalid-documentation # choices as dict
plugins/vars/sops.py validate-modules:invalid-documentation # choices as dict
tests/integration/targets/filter_decrypt/files/hidden-binary.yaml yamllint:error
tests/integration/targets/filter_decrypt/files/hidden-json.yaml yamllint:error
tests/integration/targets/lookup_sops/files/hidden-binary.yaml yamllint:error

View file

@ -1,3 +1,4 @@
plugins/module_utils/sops.py pylint:ansible-bad-function
tests/integration/targets/filter_decrypt/files/hidden-binary.yaml yamllint:error
tests/integration/targets/filter_decrypt/files/hidden-json.yaml yamllint:error
tests/integration/targets/lookup_sops/files/hidden-binary.yaml yamllint:error

View file

@ -0,0 +1,5 @@
plugins/module_utils/sops.py pylint:ansible-bad-function
tests/integration/targets/filter_decrypt/files/hidden-binary.yaml yamllint:error
tests/integration/targets/filter_decrypt/files/hidden-json.yaml yamllint:error
tests/integration/targets/lookup_sops/files/hidden-binary.yaml yamllint:error
tests/integration/targets/lookup_sops/files/hidden-json.yaml yamllint:error

View file

@ -0,0 +1,3 @@
GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
SPDX-License-Identifier: GPL-3.0-or-later
SPDX-FileCopyrightText: Ansible Project