Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksanderbl29 committed May 25, 2024
1 parent a2a68a9 commit ba1d966
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .yamllint
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ignore: |

rules:
line-length:
max: 120
max: 150
level: warning
comments-indentation: disable
braces: disable
1 change: 1 addition & 0 deletions tasks/home-assistant.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
- name: PREPARE HOME ASSISTANT DEPLOYMENT | Copy secrets file to HA host
ansible.builtin.copy:
src: ../secrets/secrets.yaml
Expand Down

0 comments on commit ba1d966

Please sign in to comment.