2a07123fdd
* git war file and wildfly archive from S3 * create setup_wildfly_server role for integration tests
13 lines
242 B
YAML
13 lines
242 B
YAML
- name: Stop wildfly (jboss)
|
|
systemd:
|
|
name: wildfly
|
|
state: stopped
|
|
ignore_errors: yes
|
|
|
|
- name: Remove files
|
|
file:
|
|
path: '{{ item }}'
|
|
state: absent
|
|
loop:
|
|
- '{{ wf_service_file_path }}'
|
|
- '{{ default_deploy_root }}'
|