diff --git a/playbooks/on-off/root_bash.yml b/playbooks/on-off/root_bash.yml new file mode 100644 index 00000000..d3fce9e9 --- /dev/null +++ b/playbooks/on-off/root_bash.yml @@ -0,0 +1,8 @@ +--- +- hosts: all + tasks: + - name: ensure root has /bin/bash + become: true + ansible.builtin.user: + name: root + shell: /bin/bash