From aa9c056a99767e5bb2629713e59e0d5ea3aec164 Mon Sep 17 00:00:00 2001 From: Bodo Schulz Date: Sat, 31 Aug 2024 13:06:53 +0200 Subject: [PATCH] fix notifier --- .yamllint | 10 +++++----- tasks/configure/main.yml | 2 +- tasks/install.yml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.yamllint b/.yamllint index 70f5149..a66c74c 100644 --- a/.yamllint +++ b/.yamllint @@ -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: @@ -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 diff --git a/tasks/configure/main.yml b/tasks/configure/main.yml index fc47724..3891348 100644 --- a/tasks/configure/main.yml +++ b/tasks/configure/main.yml @@ -28,7 +28,7 @@ group: "{{ glauth_system_group }}" mode: 0664 notify: - - validate config + - validate glauth config - restart glauth - name: copy sql scripts diff --git a/tasks/install.yml b/tasks/install.yml index d390689..dbbf236 100644 --- a/tasks/install.yml +++ b/tasks/install.yml @@ -281,7 +281,7 @@ group: "{{ glauth_system_group }}" mode: 0640 notify: - - validate config + - validate glauth config - restart glauth - name: openrc