mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-18 09:51:41 +00:00
* 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
10 lines
414 B
YAML
10 lines
414 B
YAML
---
|
|
# Copyright (c) Ansible Project
|
|
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
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
|