Skip to content

Commit

Permalink
Fix/add newline after YAML header
Browse files Browse the repository at this point in the history
  • Loading branch information
tbumke committed Nov 5, 2024
1 parent 7bd0a3f commit 8aa6f2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tasks/cluster.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---

- name: Set redis cluster command
set_fact:
redis_cluster_command: >-
Expand Down
1 change: 1 addition & 0 deletions tasks/configure.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---

Check failure on line 1 in tasks/configure.yml

View workflow job for this annotation

GitHub Actions / lint_full

1:4 [new-lines] wrong new line character: expected \n

- name: "Set redis service"
template:
src: redis.service.j2
Expand Down

0 comments on commit 8aa6f2b

Please sign in to comment.