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: