mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 00:03:10 +00:00
Fix apache shutdown in subversion test.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user