Skip to content
This repository was archived by the owner on May 27, 2024. It is now read-only.

Commit 386fdb2

Browse files
Fixed arg
1 parent 9ae1b4d commit 386fdb2

File tree

1 file changed

+2
-1
lines changed
  • jboss-standalone/roles/jboss-standalone/tasks

1 file changed

+2
-1
lines changed

jboss-standalone/roles/jboss-standalone/tasks/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111

1212
- name: Download JBoss from jboss.org
1313
get_url:
14-
url: http://download.jboss.org/jbossas/7.1/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final.zip dest=/opt/jboss-as-7.1.1.Final.zip
14+
url: http://download.jboss.org/jbossas/7.1/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final.zip
15+
dest: /opt/jboss-as-7.1.1.Final.zip
1516

1617
- name: Extract archive
1718
unarchive:

0 commit comments

Comments
 (0)