From a19e681bde20e560ae6e827a210226aa44213b0e Mon Sep 17 00:00:00 2001 From: Markus Katharina Brechtel Date: Mon, 4 May 2020 14:24:06 +0200 Subject: [PATCH] do not fetch fish history anymore --- tasks/fish.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tasks/fish.yml b/tasks/fish.yml index a3c1021..7ff3f08 100644 --- a/tasks/fish.yml +++ b/tasks/fish.yml @@ -23,9 +23,9 @@ shell: /usr/bin/fish when: not root_target_directory is defined -- name: fetch fish history - fetch: - src: /root/.local/share/fish/fish_history - dest: host_files - when: not root_target_directory is defined - failed_when: false +# - name: fetch fish history +# fetch: +# src: /root/.local/share/fish/fish_history +# dest: host_files +# when: not root_target_directory is defined +# failed_when: false