Gitea service reload is not applicable

This commit is contained in:
flyingscorpio@clevo 2022-08-15 21:53:14 +02:00
parent ac7d993389
commit 1acafce7c0

View file

@ -31,11 +31,11 @@
state: started
enabled: true
- name: Reload gitea service
- name: Restart gitea service
become: true
systemd:
name: gitea
state: reloaded
state: restarted
- name: Start nftables service
become: true