Chris Mague hace 8 años
padre
commit
a45fafd2b5
Se han modificado 1 ficheros con 4 adiciones y 3 borrados
  1. 4 3
      tasks/main.yml

+ 4 - 3
tasks/main.yml

@@ -44,7 +44,8 @@
     - keycloak
   runit:
     name: keycloak
-    enabled: yes
-    state: start
+    enabled: true
+    state: up
     timeout: 90
-    command: /opt/keycloak/bin/standalone.sh  -b 0.0.0.0 --server-config=standalone.xml 
+    user: root
+    command: '/opt/keycloak/bin/standalone.sh  -b 0.0.0.0 --server-config=standalone.xml'