diff --git a/roles/etc-git/tasks/commit.yml b/roles/etc-git/tasks/commit.yml index fe07380..fcad3a4 100644 --- a/roles/etc-git/tasks/commit.yml +++ b/roles/etc-git/tasks/commit.yml @@ -5,5 +5,5 @@ changed_when: - _ansible_commit.stdout - "'CHANGED:' in _ansible_commit.stdout" - ignore_errors: True + ignore_errors: true register: _ansible_commit