Revert "Specify assh config file location manually"

This reverts commit 9fcde64823.
Doesn't work correctly
This commit is contained in:
Jake Howard 2018-10-08 20:40:56 +01:00
parent 98bff24fc3
commit c9d1bc131a
Signed by: jake
GPG Key ID: 57AFB45680EDD477
3 changed files with 8 additions and 1 deletions

2
files/assh.yml Normal file
View File

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

View File

@ -9,4 +9,3 @@ 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,6 +17,12 @@
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"}