Specify assh config file location manually

This commit is contained in:
Jake Howard 2018-10-08 17:06:33 +01:00
parent d682acebaa
commit 9fcde64823
Signed by: jake
GPG Key ID: 57AFB45680EDD477
3 changed files with 1 additions and 8 deletions

View File

@ -1,2 +0,0 @@
includes:
- $DOTFILES/assh/*.yml

View File

@ -9,3 +9,4 @@ NNN_DE_FILE_MANAGER=nautilus
GTK_IM_MODULE=ibus
XMODIFIERS=@im=ibus
QT_IM_MODULE=ibus
ASSH_CONFIG={{ home }}/.dotfiles/assh/assh.yml

View File

@ -17,12 +17,6 @@
mode: 0644
owner: "{{ user }}"
- copy:
src: ./files/assh.yml
dest: "{{ home}}/.ssh/assh.yml"
mode: 0644
owner: "{{ user }}"
- set_fact:
user_config_files:
- {src: "terminator.conf", dest: "{{ home }}/.config/terminator/config"}