chsh root fish

This commit is contained in:
nora 2023-08-26 23:43:10 +02:00
parent fb19a9e036
commit a143a02b4c

View file

@ -14,6 +14,10 @@
ansible.builtin.apt:
name: "fish"
state: present
- name: "Change root's shell to fish"
ansible.builtin.user:
name: root
shell: /usr/bin/fish
- name: Install keyring packages
ansible.builtin.apt:
name: "{{ item }}"