fix git.opendoor.fr url
This commit is contained in:
+2
-2
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user