Compare commits

..

1 commit

Author SHA1 Message Date
cafdb1aa30
only allow sops encryption of *.sops.* files
All checks were successful
/ Ansible Lint (push) Successful in 7m12s
/ Ansible Lint (pull_request) Successful in 18m12s
2026-03-05 20:32:15 +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