update ansible collections sops, docker and debops
This commit is contained in:
parent
f1135b818f
commit
e31ee5e39c
910 changed files with 27667 additions and 19786 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
@ -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
|
||||
Loading…
Reference in a new issue