Compare commits

..

1 commit

Author SHA1 Message Date
99365d06b2
only allow sops encryption of *.sops.* files
All checks were successful
/ Ansible Lint (push) Successful in 3m8s
/ Ansible Lint (pull_request) Successful in 3m32s
2026-03-06 19:51:33 +01:00

View file

@ -204,7 +204,7 @@ creation_rules:
- pgp: - pgp:
*admin_gpg_keys *admin_gpg_keys
# general # general
- path_regex: inventories/**/*\\.sops\\..+ - path_regex: inventories/.*\\.sops\\..+
key_groups: key_groups:
- pgp: - pgp:
*admin_gpg_keys *admin_gpg_keys