Compare commits
No commits in common. "f6fc85fa7e8f85125d3b0bd16948f4a2baa3fb0b" and "2f6cbb8f22727caa5fceae04a2c3e3722be025a7" have entirely different histories.
f6fc85fa7e
...
2f6cbb8f22
@ -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
|
||||
|
4
project/roles/testrole/tasks/main.yml
Normal file
4
project/roles/testrole/tasks/main.yml
Normal file
@ -0,0 +1,4 @@
|
||||
- name: create test file
|
||||
ansible.builtin.template:
|
||||
src: testfile.j2
|
||||
dest: /tmp/testfile.txt
|
1
project/roles/testrole/templates/testfile.j2
Normal file
1
project/roles/testrole/templates/testfile.j2
Normal file
@ -0,0 +1 @@
|
||||
this is testfile.txt on {{ inventory_hostname }}
|
Loading…
Reference in New Issue
Block a user