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