refactor: use generic ansible modules service and package
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
1dccf256f3
commit
312568edd5
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
- name: Restart Minio service
|
- name: Restart Minio service
|
||||||
systemd:
|
service:
|
||||||
name: minio
|
name: minio
|
||||||
state: restarted
|
state: restarted
|
||||||
daemon_reload: yes
|
daemon_reload: yes
|
||||||
|
@ -64,7 +64,7 @@
|
|||||||
notify: __minio_restart
|
notify: __minio_restart
|
||||||
|
|
||||||
- name: Ensure minio service is up and running
|
- name: Ensure minio service is up and running
|
||||||
systemd:
|
service:
|
||||||
name: minio
|
name: minio
|
||||||
daemon_reload: yes
|
daemon_reload: yes
|
||||||
enabled: yes
|
enabled: yes
|
||||||
|
Loading…
Reference in New Issue
Block a user