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