Commit 5d9f6fc6 by ansible

no message

1 parent 9bbae74d
Showing with 4 additions and 4 deletions
...@@ -3,6 +3,6 @@ ...@@ -3,6 +3,6 @@
become: true become: true
tasks: tasks:
- name: Install Admin Wildfly - name: Install Admin Wildfly
command: /tmp/source/bitnami-wildfly-10.1.0-1-linux-x64-installer.run --optionfile /tmp/configuration/admin.conf --mode unattended - command: /tmp/source/bitnami-wildfly-10.1.0-1-linux-x64-installer.run --optionfile /tmp/configuration/admin.conf --mode unattended
command: /opt/stack/admin/ctlscript.sh stop - command: /opt/stack/admin/ctlscript.sh stop
command: /opt/stack/admin/ctlscript.sh start wildfly - command: /opt/stack/admin/ctlscript.sh start wildfly
\ No newline at end of file \ No newline at end of file
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!