mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
monit: re-enable tests in RHEL (#11690)
* re-enable monit tests in rhel * enable EPEL for RHEL<11 * rollback EPEL setup, skip only specific versions * remove skip entirely * change download URL in setup_epel, adjusted code to use it * claude tries to install virtualenv, round 1 * claude tries python3 -m venv instead * remove outdated centos6 file
This commit is contained in:
@@ -7,3 +7,4 @@ process_root: /opt/httpd_echo
|
||||
process_file: "{{ process_root }}/httpd_echo.py"
|
||||
process_venv: "{{ process_root }}/venv"
|
||||
process_run_cmd: "{{ process_venv }}/bin/python {{ process_file }}"
|
||||
virtualenv_command: virtualenv
|
||||
|
||||
Reference in New Issue
Block a user