4wnHjLUfKnNG9mgmAbD66

master
p3ls 2023-03-21 15:17:19 +01:00
parent 283f7480e6
commit fcc331b821
2 changed files with 27 additions and 1 deletions

25
mgmt/git/push.yml Normal file
View File

@ -0,0 +1,25 @@
- git_info:
repo: git.intermodi.cc/p3ls/test
register: r
- set_fact:
line: "{{ '21' | randomstring }}"
- lineinfile:
dest: "{{ r.dest }}/test.txt"
line: "{{ line }}"
- git_commit:
repo: git.intermodi.cc/p3ls/test
msg: "{{ line }}"
force_add: true
- git_push:
repo: git.intermodi.cc/p3ls/test
# - git_pull:
# repo: git.intermodi.cc/p3ls/test3

View File

@ -9,3 +9,4 @@ f9AtmUyoV5Q8unSHXG2Oy
PBckEHALIQ5RgwJmux3f9
yBYbkYDbeq3rhy7uu0t0d
w6OsGzKS5onYTLIcZdUU0
4wnHjLUfKnNG9mgmAbD66