From 5078a83fe2c29050c3b562c6cf66b06865340d3c Mon Sep 17 00:00:00 2001 From: Denis Knauf Date: Fri, 20 Sep 2024 00:06:21 +0200 Subject: [PATCH] locale_gen does not supported temporary. sshd_config.d 0755 --- tasks/os-debian.yml | 8 ++++---- tasks/sshd_config.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tasks/os-debian.yml b/tasks/os-debian.yml index 890ee29..d9866bb 100644 --- a/tasks/os-debian.yml +++ b/tasks/os-debian.yml @@ -179,10 +179,10 @@ notify: - restart services -- name: generates locales - community.general.locale_gen: - name: "{{locales}}" - state: present +#- name: generates locales +# community.general.locale_gen: +# name: "{{locales}}" +# state: present - name: default locale copy: dest: /etc/default/locale diff --git a/tasks/sshd_config.yml b/tasks/sshd_config.yml index d17d0bb..ab61f7e 100644 --- a/tasks/sshd_config.yml +++ b/tasks/sshd_config.yml @@ -40,7 +40,7 @@ path: '/etc/ssh/sshd_config.d' owner: root group: root - mode: 0644 + mode: 0755 - name: 'sshd_config.d/99-default.conf' tags: sshd template: