mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-14 16:55:00 +01:00
chsh root fish
This commit is contained in:
parent
fb19a9e036
commit
a143a02b4c
1 changed files with 4 additions and 0 deletions
|
|
@ -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 }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue