Skip to content

Commit

Permalink
fix notifier
Browse files Browse the repository at this point in the history
  • Loading branch information
bodsch committed Aug 31, 2024
1 parent 32014b1 commit aa9c056
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .yamllint
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ rules:
commas:
max-spaces-after: -1
level: error
comments: disable
comments:
min-spaces-from-content: 1 # prettier compatibility
comments-indentation: disable
document-start: disable
empty-lines:
Expand All @@ -34,7 +35,6 @@ rules:
type: unix
trailing-spaces: disable
truthy: disable

#ignore: |
# molecule/
# .github
octal-values:
forbid-implicit-octal: true # yamllint defaults to false
forbid-explicit-octal: true # yamllint defaults to false
2 changes: 1 addition & 1 deletion tasks/configure/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
group: "{{ glauth_system_group }}"
mode: 0664
notify:
- validate config
- validate glauth config
- restart glauth

- name: copy sql scripts
Expand Down
2 changes: 1 addition & 1 deletion tasks/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@
group: "{{ glauth_system_group }}"
mode: 0640
notify:
- validate config
- validate glauth config
- restart glauth

- name: openrc
Expand Down

0 comments on commit aa9c056

Please sign in to comment.