Fix apt, hostname

This commit is contained in:
Daniel A. Maierhofer
2018-02-09 17:52:32 +01:00
parent bd71869e2b
commit 5d81b09172
4 changed files with 42 additions and 31 deletions

View File

@@ -20,3 +20,6 @@
authorized_key: user="root" key="{{ common_openssh_keys_root | join("\n") }}" exclusive=yes
when: common_openssh_keys_root
tags: 'ssh-keys'
- name: openssh - truncate /etc/motd
copy: dest=/etc/motd content='' force=yes