Set shell to bash

This commit is contained in:
Daniel A. Maierhofer
2018-03-19 10:06:31 +01:00
parent cb190efd2c
commit e8cc0a65f3

View File

@@ -36,3 +36,6 @@
- name: openssh - truncate /etc/motd - name: openssh - truncate /etc/motd
copy: dest=/etc/motd content='' force=yes copy: dest=/etc/motd content='' force=yes
- name: openssh - set shell to bash
user: name=root shell=/bin/bash