@@ -7,3 +7,6 @@
- name: Minio enabled
shell: sysrc minio_enable="YES"
notify: Minio restarted
+
+- name: Minio started
+ service: name=minio state=started
@@ -14,3 +14,6 @@
owner: root
mode: 0644
notify: Redis restarted
+- name: Redis started
+ service: name=redis state=started