Fix linter issues
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
eec95be2de
commit
43ebb7b044
9 changed files with 33 additions and 23 deletions
|
|
@ -1,6 +1,10 @@
|
|||
---
|
||||
- name: Restart docker
|
||||
service: name=docker state=restarted
|
||||
ansible.builtin.service:
|
||||
name: docker
|
||||
state: restarted
|
||||
|
||||
- name: reload ufw
|
||||
service: name=ufw state=reloaded
|
||||
ansible.builtin.service:
|
||||
name: ufw
|
||||
state: reloaded
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue