Compare commits

...

2 Commits

Author SHA1 Message Date
f6fc85fa7e Fix typo in gitea role
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2022-01-12 21:43:19 +01:00
269e9fa441 Remove testrole 2022-01-12 21:42:13 +01:00
3 changed files with 2 additions and 7 deletions

View File

@ -4,8 +4,8 @@
src: gitea.service.j2
dest: /etc/systemd/system/gitea.service
notify:
- reload systemd
- restart gitea
- Reload systemd
- Restart gitea
- name: Flush handlers
meta: flush_handlers

View File

@ -1,4 +0,0 @@
- name: create test file
ansible.builtin.template:
src: testfile.j2
dest: /tmp/testfile.txt

View File

@ -1 +0,0 @@
this is testfile.txt on {{ inventory_hostname }}