Compare commits
2 Commits
2f6cbb8f22
...
f6fc85fa7e
Author | SHA1 | Date | |
---|---|---|---|
f6fc85fa7e | |||
269e9fa441 |
@ -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
|
||||
|
@ -1,4 +0,0 @@
|
||||
- name: create test file
|
||||
ansible.builtin.template:
|
||||
src: testfile.j2
|
||||
dest: /tmp/testfile.txt
|
@ -1 +0,0 @@
|
||||
this is testfile.txt on {{ inventory_hostname }}
|
Loading…
Reference in New Issue
Block a user