fix git.opendoor.fr url
This commit is contained in:
+2
-2
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
# tasks file for log
|
# tasks file for log
|
||||||
- git:
|
- git:
|
||||||
repo: "ssh://git@infra.opendoor.fr/tom/{{ myrole_name }}"
|
repo: "ssh://gitea@git.opendoor.fr/tom/{{ myrole_name }}"
|
||||||
update: no
|
update: no
|
||||||
clone: no
|
clone: no
|
||||||
dest: /srv/repo
|
dest: /srv/repo
|
||||||
@@ -14,6 +14,6 @@
|
|||||||
- lineinfile:
|
- lineinfile:
|
||||||
path: /etc/history
|
path: /etc/history
|
||||||
create: true
|
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
|
tags: changelog
|
||||||
name: "[changelog] : add history"
|
name: "[changelog] : add history"
|
||||||
|
|||||||
Reference in New Issue
Block a user