Skip to content

Commit

Permalink
imapnotify: quickfix YAML linter
Browse files Browse the repository at this point in the history
  • Loading branch information
dezeroku committed Sep 26, 2024
1 parent 429082a commit dba2550
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion roles/imapnotify/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

- name: Template config file
ansible.builtin.template:
src: concatenated.yaml
src: concatenated.yaml.tmpl
dest: ~/.config/imapnotify/concatenated.yaml
mode: 0600
register: config_file
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
{#
# Instead of following the "mailbox per service" approach
# we create a single config files to monitor all of the defined mailboxes
Expand Down

0 comments on commit dba2550

Please sign in to comment.