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