From c9d1bc131a5f27ed9307f9e0b84bab75f683bc56 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Mon, 8 Oct 2018 20:40:56 +0100 Subject: [PATCH] Revert "Specify assh config file location manually" This reverts commit 9fcde64823f2a85a779643924aa969abeb4ccb28. Doesn't work correctly --- files/assh.yml | 2 ++ files/global-environment | 1 - tasks/config.yml | 6 ++++++ 3 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 files/assh.yml diff --git a/files/assh.yml b/files/assh.yml new file mode 100644 index 0000000..5f5b151 --- /dev/null +++ b/files/assh.yml @@ -0,0 +1,2 @@ +includes: + - $DOTFILES/assh/*.yml diff --git a/files/global-environment b/files/global-environment index 33d979d..9296246 100644 --- a/files/global-environment +++ b/files/global-environment @@ -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 diff --git a/tasks/config.yml b/tasks/config.yml index 317f5b3..6e7b4c7 100644 --- a/tasks/config.yml +++ b/tasks/config.yml @@ -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"}