mg
231229f33f
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>
8 lines
155 B
YAML
8 lines
155 B
YAML
---
|
|
- hosts: all
|
|
tasks:
|
|
- name: ensure root has /bin/bash
|
|
become: true
|
|
ansible.builtin.user:
|
|
name: root
|
|
shell: /bin/bash
|