fix git.opendoor.fr url

This commit is contained in:
2025-12-19 14:04:40 +01:00
parent baa1075488
commit e6dcd4210d
+2 -2
View File
@@ -1,7 +1,7 @@
---
# tasks file for log
- git:
repo: "ssh://git@infra.opendoor.fr/tom/{{ myrole_name }}"
repo: "ssh://gitea@git.opendoor.fr/tom/{{ myrole_name }}"
update: no
clone: no
dest: /srv/repo
@@ -14,6 +14,6 @@
- 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 }}"
line: "{{ '%Y-%m-%d' | strftime }} {{ myrole_name }} {{ repo_info.after | regex_search( '[a-zA-Z0-9]{7}') }} https://git.opendoor.fr/tom/{{ myrole_name }}/commit/{{ repo_info.after }}"
tags: changelog
name: "[changelog] : add history"