Browse Source

remove motd as it is not installed by default

python3
Edoardo Putti 6 years ago
parent
commit
c2aeb32e2c
1 changed files with 0 additions and 5 deletions
  1. +0
    -5
      roles/ssh_server/tasks/main.yaml

+ 0
- 5
roles/ssh_server/tasks/main.yaml View File

@ -8,11 +8,6 @@
- openssh-server
- openssh-sftp-server
- name: Add last logins to MOTD
file:
dest: /etc/update-motd.d/11-last-ssh-login
src: last_ssh_login
- name: lookup user ca key
set_fact:
user_ca_key: "{{ lookup('file', 'lilik_ca_s1.pub') }}"


Loading…
Cancel
Save