diff options
author | Andrey Klychkov <aaklychkov@mail.ru> | 2019-07-15 18:17:08 +0200 |
---|---|---|
committer | Sam Doran <sdoran@redhat.com> | 2019-07-15 18:17:08 +0200 |
commit | 2a07123fdde5c53e1db57e7cb1690845b0105691 (patch) | |
tree | d6e55f8a54da15c78ed51ac139a753b9a6117511 /test/integration/targets/jboss/tasks/main.yml | |
parent | Add an example for the debugging module (#50197) (diff) | |
download | ansible-2a07123fdde5c53e1db57e7cb1690845b0105691.tar.xz ansible-2a07123fdde5c53e1db57e7cb1690845b0105691.zip |
jboss module: add check mode support and integration tests (#58959)
* git war file and wildfly archive from S3
* create setup_wildfly_server role for integration tests
Diffstat (limited to 'test/integration/targets/jboss/tasks/main.yml')
-rw-r--r-- | test/integration/targets/jboss/tasks/main.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/integration/targets/jboss/tasks/main.yml b/test/integration/targets/jboss/tasks/main.yml new file mode 100644 index 0000000000..23c77b10c0 --- /dev/null +++ b/test/integration/targets/jboss/tasks/main.yml @@ -0,0 +1 @@ +- import_tasks: jboss.yml |