mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix apache shutdown in subversion test.
This commit is contained in:
parent
d930eaf7d8
commit
58f4947ffe
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
||||||
|
|
||||||
always:
|
always:
|
||||||
- name: stop apache after tests
|
- name: stop apache after tests
|
||||||
command: apachectl -k stop -f {{ subversion_server_dir }}/subversion.conf
|
shell: "kill -9 $(cat '{{ subversion_server_dir }}/apache.pid')"
|
||||||
|
|
||||||
- name: remove tmp subversion server dir
|
- name: remove tmp subversion server dir
|
||||||
file:
|
file:
|
||||||
|
|
Loading…
Reference in a new issue