From 46ff8a0e95b998727de0c8892c0ba21d00936818 Mon Sep 17 00:00:00 2001 From: Dick Visser Date: Thu, 10 Nov 2016 01:33:45 +0100 Subject: [PATCH] `always_run` is deprecated --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index e013f39..44431ce 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -16,7 +16,7 @@ - name: Get installed version of Apache. shell: "{{ apache_daemon_path }}{{ apache_daemon }} -v" changed_when: false - always_run: yes + check_mode: no register: _apache_version - name: Create apache_version variable.