Fix(Choux): prompts...
This commit is contained in:
parent
5e70c436eb
commit
f39d0a220a
@ -10,7 +10,7 @@
|
||||
tasks:
|
||||
# - include: tasks/test.yml
|
||||
- include: tasks/arch_CLI_packages.yml
|
||||
- include: tasks/zsh.yml
|
||||
- include: tasks/prompt.yml
|
||||
- include: tasks/users.yml
|
||||
- include: tasks/sudo.yml
|
||||
- include: tasks/ssh.yml
|
||||
|
@ -12,6 +12,11 @@
|
||||
# force: yes
|
||||
# backup: yes
|
||||
|
||||
- name: Install base CLI packages
|
||||
pacman:
|
||||
name: zsh
|
||||
state: present
|
||||
|
||||
- name: Set shell for root to zsh
|
||||
user:
|
||||
name: root
|
||||
|
Loading…
Reference in New Issue
Block a user