mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-27 10:40:22 -07: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:
|
||||
- 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
|
||||
file:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue