install and configure zsh
This commit is contained in:
+4
-1
@@ -55,6 +55,8 @@
|
||||
include_tasks: tasks/install_docker_debian.yml
|
||||
- name: Add utility scripts
|
||||
hosts: all
|
||||
- name: Setup zsh
|
||||
hosts: debian
|
||||
become: true
|
||||
remote_user: nerevar
|
||||
tasks:
|
||||
@@ -64,8 +66,9 @@
|
||||
vars_files:
|
||||
- vault/nocturnal.yml
|
||||
become: true
|
||||
remote_user: nerevar
|
||||
tasks:
|
||||
- import_tasks: tasks/nocturnal_smb.yml
|
||||
- import_tasks: tasks/zsh.yml
|
||||
- name: Install tmux
|
||||
hosts: all
|
||||
become: true
|
||||
|
||||
Reference in New Issue
Block a user