From 5881d44c37c9a5fed1e8faf56c9fa3245fdea738 Mon Sep 17 00:00:00 2001 From: Markus Katharina Brechtel Date: Sun, 9 Sep 2018 21:38:42 +0000 Subject: [PATCH] don't fail when no fish history is there --- tasks/fish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/fish.yml b/tasks/fish.yml index 0719856..a3c1021 100644 --- a/tasks/fish.yml +++ b/tasks/fish.yml @@ -28,3 +28,4 @@ src: /root/.local/share/fish/fish_history dest: host_files when: not root_target_directory is defined + failed_when: false