Compare commits

..

No commits in common. "f6fc85fa7e8f85125d3b0bd16948f4a2baa3fb0b" and "2f6cbb8f22727caa5fceae04a2c3e3722be025a7" have entirely different histories.

3 changed files with 7 additions and 2 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

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

View File

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