From 65483fb394210aec89c759b6d125a10781ca8153 Mon Sep 17 00:00:00 2001 From: jdreichmann Date: Fri, 21 Jun 2019 21:16:12 +0200 Subject: [PATCH] redshift: ignore if user may not install the redshift package, add to master playbook --- all.yml | 2 ++ roles/redshift/tasks/main.yml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/all.yml b/all.yml index c54fb98..8994f8f 100644 --- a/all.yml +++ b/all.yml @@ -3,3 +3,5 @@ - import_playbook: vim.yml - import_playbook: tmux.yml - import_playbook: gnupg.yml +- import_playbook: redshift.yml + diff --git a/roles/redshift/tasks/main.yml b/roles/redshift/tasks/main.yml index 04d6944..cd77c4a 100644 --- a/roles/redshift/tasks/main.yml +++ b/roles/redshift/tasks/main.yml @@ -4,7 +4,7 @@ package: name: redshift state: present - + ignore_errors: true - name: Ensure .config folder for redshift exists file: