ansible-pre-commit/hooks.yaml

7 lines
212 B
YAML
Raw Permalink Normal View History

2017-12-22 16:39:44 +00:00
- id: encryption-check
name: Ansible Vault Encryption Check
description: Checks that vault files are encrypted
entry: encryption-check.sh
files: ((^|/)vault|vault.y[a]{0,1}ml$|.vault$)
language: script