change tags to avoid namespace conflict; discussed with jlecour

This commit is contained in:
Daniel Jakots 2017-03-30 16:24:26 -04:00
parent cc08e429a5
commit 3300acc80d
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
when: not ansible_check_mode
ignore_errors: yes
tags:
- git
- commit-etc
- name: /etc modifications are committed
shell: "git add -A . && git commit -m \"{{ commit_message | default('Ansible run') }}\""
@ -18,4 +18,4 @@
when: not ansible_check_mode and git_status.stdout != ""
ignore_errors: yes
tags:
- git
- commit-etc