remove always tags

This commit is contained in:
2024-02-14 15:45:21 +01:00
parent 09297a857d
commit 05a21ce0ca

View File

@@ -9,9 +9,10 @@
remote_user: tom
become: false
register: repo_info
tags: changelog
- lineinfile:
path: /etc/history
create: true
line: "{{ '%Y-%m-%d' | strftime }} {{ myrole_name }} {{ repo_info.after | regex_search( '[a-zA-Z0-9]{7}') }} https://infra.opendoor.fr/git/tom/{{ myrole_name }}/commit/{{ repo_info.after }}"
tags: always,changelog
tags: changelog