disable nocturnal smb for now
interconnected dependencies are a bit hard to manage for now. revisit later.
This commit is contained in:
+9
-6
@@ -55,16 +55,19 @@
|
||||
include_tasks: tasks/install_docker_debian.yml
|
||||
- name: Add utility scripts
|
||||
hosts: all
|
||||
- name: Setup zsh
|
||||
hosts: debian
|
||||
become: true
|
||||
remote_user: nerevar
|
||||
tasks:
|
||||
- import_tasks: tasks/scripts.yml
|
||||
- name: Add Nocturnal SMB share
|
||||
hosts: home
|
||||
vars_files:
|
||||
- vault/nocturnal.yml
|
||||
# - name: Add Nocturnal SMB share
|
||||
# hosts: home
|
||||
# vars_files:
|
||||
# - vault/nocturnal.yml
|
||||
# become: true
|
||||
# tasks:
|
||||
# - import_tasks: tasks/nocturnal_smb.yml
|
||||
- name: Setup zsh
|
||||
hosts: debian
|
||||
become: true
|
||||
remote_user: nerevar
|
||||
tasks:
|
||||
|
||||
Reference in New Issue
Block a user