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