homeserver/playbooks/on-off/root_bash.yml
mg 231229f33f Playbook: setze root-shell auf /bin/bash hinzugefügt (#373)
Co-authored-by: Michael Grote <michael.grote@posteo.de>
Reviewed-on: mg/ansible#373
Co-authored-by: mg <michael.grote@posteo.de>
Co-committed-by: mg <michael.grote@posteo.de>
2022-05-27 12:05:42 +02:00

9 lines
155 B
YAML

---
- hosts: all
tasks:
- name: ensure root has /bin/bash
become: true
ansible.builtin.user:
name: root
shell: /bin/bash