Fix(Choux): prompts...

This commit is contained in:
Bertrand Benjamin 2019-03-05 18:28:27 +01:00
parent 5e70c436eb
commit f39d0a220a
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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