mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 13:50:22 -07:00
Initial commit
This commit is contained in:
commit
aebc1b03fd
4861 changed files with 812621 additions and 0 deletions
|
@ -0,0 +1,13 @@
|
|||
- 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 }}'
|
Loading…
Add table
Add a link
Reference in a new issue