parent
bd98e80d71
commit
8475ccc4b9
|
|
@ -1,6 +1,5 @@
|
||||||
|
|
||||||
- git_info:
|
- git_info: git.intermodi.ch/p3ls/test
|
||||||
repo: git.intermodi.cc/p3ls/test
|
|
||||||
register: r
|
register: r
|
||||||
|
|
||||||
- set_fact:
|
- set_fact:
|
||||||
|
|
@ -11,15 +10,10 @@
|
||||||
line: "{{ line }}"
|
line: "{{ line }}"
|
||||||
|
|
||||||
- git_commit:
|
- git_commit:
|
||||||
repo: git.intermodi.cc/p3ls/test
|
repo: git.intermodi.ch/p3ls/test
|
||||||
msg: "{{ line }}"
|
msg: "{{ line }}"
|
||||||
force_add: true
|
|
||||||
|
|
||||||
|
|
||||||
- git_push:
|
|
||||||
repo: git.intermodi.cc/p3ls/test
|
|
||||||
|
|
||||||
|
|
||||||
|
- git_push: git.intermodi.ch/p3ls/test
|
||||||
|
|
||||||
# - git_pull:
|
# - git_pull:
|
||||||
# repo: git.intermodi.cc/p3ls/test3
|
# repo: git.intermodi.cc/p3ls/test3
|
||||||
|
|
@ -9,6 +9,12 @@
|
||||||
# - darwin/amd64
|
# - darwin/amd64
|
||||||
# - windows/amd64
|
# - windows/amd64
|
||||||
|
|
||||||
|
- import_tasks: ../git/push.yml
|
||||||
|
|
||||||
|
# - lineinfile:
|
||||||
|
# dest: ../../t1/test.txt
|
||||||
|
# line: "{{ 21|randomstring }}"
|
||||||
|
|
||||||
- release_create:
|
- release_create:
|
||||||
repo: "git.intermodi.ch/p3ls/test"
|
repo: "git.intermodi.ch/p3ls/test"
|
||||||
paths:
|
paths:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue