Gitea service reload is not applicable
This commit is contained in:
parent
ac7d993389
commit
1acafce7c0
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue