diff options
| author | Colin Wilk <colin@wilk.cx> | 2026-06-26 22:11:18 +0200 |
|---|---|---|
| committer | Colin Wilk <colin@wilk.cx> | 2026-06-26 22:11:18 +0200 |
| commit | bd022f046651d287309b26164cd60a3d6d38471c (patch) | |
| tree | 557f3ecba27708dbaa9747d53bf571cd91041aac /.ansible-lint | |
| parent | 2570550feba2abc80c182ca5e6918f29c22c4cf8 (diff) | |
| download | ansible-role-borgbackup-bd022f046651d287309b26164cd60a3d6d38471c.tar.gz ansible-role-borgbackup-bd022f046651d287309b26164cd60a3d6d38471c.zip | |
Update and fix pre-commit hooks
Diffstat (limited to '.ansible-lint')
| -rw-r--r-- | .ansible-lint | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.ansible-lint b/.ansible-lint index 2e09147..ab574e1 100644 --- a/.ansible-lint +++ b/.ansible-lint @@ -1,6 +1,7 @@ # https://ansible-lint.readthedocs.io --- -exclude_paths: [] +exclude_paths: + - molecule/default/decryption_keys.yml use_default_rules: true |