From 7a1ba39d7d3290cda1acad6feb3cb39b5a64cae8 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Mon, 23 Apr 2018 10:41:58 -0500 Subject: [PATCH] Issue #61: Fix deprecation warning for always_run. --- tasks/terminal.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/terminal.yml b/tasks/terminal.yml index e94cad1..278450d 100644 --- a/tasks/terminal.yml +++ b/tasks/terminal.yml @@ -4,7 +4,7 @@ shell: defaults read com.apple.terminal 'Default Window Settings' register: terminal_theme changed_when: false - always_run: yes + check_mode: no - name: Ensure custom Terminal profile is added. shell: open files/terminal/JJG-Term.terminal