Skip to content

Commit

Permalink
Fix progress
Browse files Browse the repository at this point in the history
  • Loading branch information
batonogov committed May 3, 2024
1 parent 8bb5139 commit 97e336e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .ansible-lint
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
skip_list:
- risky-file-permissions
- risky-file-permissions

exclude_paths:
- ansible/roles/haproxy_static_pods/files/haproxy.yaml
- ansible/roles/haproxy_static_pods/files/keepalived.yaml
- ansible/roles/haproxy_static_pods/files/haproxy.yaml
- ansible/roles/haproxy_static_pods/files/keepalived.yaml
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ repos:
- id: check-shebang-scripts-are-executable
- id: check-vcs-permalinks
- id: check-yaml
files: .*\.(yaml|yml)$
- id: destroyed-symlinks
- id: detect-private-key
- id: end-of-file-fixer
Expand All @@ -27,4 +28,3 @@ repos:
hooks:
- id: tofu_fmt
- id: tofu_validate
# - id: tofu_docs

0 comments on commit 97e336e

Please sign in to comment.