From cc08e429a53b3e52f817f308a501bc04bfdebe73 Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Thu, 30 Mar 2017 16:32:16 +0200 Subject: [PATCH] typo --- tasks/commit_etc_git.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/commit_etc_git.yml b/tasks/commit_etc_git.yml index a1af89d..9ac99cc 100644 --- a/tasks/commit_etc_git.yml +++ b/tasks/commit_etc_git.yml @@ -5,7 +5,7 @@ chdir: /etc changed_when: False register: git_status - when: not ansible_check_mod + when: not ansible_check_mode ignore_errors: yes tags: - git