Add "tags: always" to commit task so it always runs when using tags

This commit is contained in:
Jérémy Dubois 2022-07-15 14:22:51 +02:00
parent 91922175cd
commit 2d95820de9
2 changed files with 3 additions and 0 deletions

View File

@ -28,6 +28,7 @@
vars:
commit_message: "Ansible pre-run evolisation.yml"
when: not ansible_check_mode
# tags: always
roles:
- etc-git
@ -50,6 +51,7 @@
vars:
commit_message: "Ansible post-run evolisation.yml"
when: not ansible_check_mode
tags: always
- include_role:
name: evocheck

View File

@ -8,3 +8,4 @@
- "'CHANGED:' in _ansible_commit.stdout"
ignore_errors: true
register: _ansible_commit
tags: always