diff options
author | 2024-09-01 15:58:31 +0100 | |
---|---|---|
committer | 2024-09-01 15:58:31 +0100 | |
commit | 52173156802e323a48bc15ece90c9156dfb2d68c (patch) | |
tree | 9910392368c906f601a2167782502010c425a7e3 | |
parent | Update git checkouts in Ansible lint CI stage (diff) |
Update Ansible lint config to ignore Jinja spacing rule
Also ignore the promethues-postgres-exporter which is a submodule and is
not subject to our lint rules
-rw-r--r-- | ansible/.ansible-lint | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ansible/.ansible-lint b/ansible/.ansible-lint index d483e93..517ebe9 100644 --- a/ansible/.ansible-lint +++ b/ansible/.ansible-lint @@ -4,7 +4,9 @@ exclude_paths: - roles/certbot/vars/main/vault.yml # Submodules - roles/nftables + - roles/prometheus-postgres-exporter skip_list: - fqcn-builtins - meta-no-info - role-name + - jinja[spacing] |