Skip to content
This repository was archived by the owner on Oct 7, 2025. It is now read-only.

Commit 7fff0a0

Browse files
committed
Merge branch 'ansible12' into ansible12-PR-2.x
2 parents db1c480 + 3c6cb35 commit 7fff0a0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

install.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,15 @@ ce_provision:
241241
enabled: true
242242
command: "/home/${CONTROLLER_USER}/ce-python/bin/ansible-galaxy collection install --force"
243243
on_calendar: "Mon *-*-* 04:00:00"
244+
ce_ansible:
245+
venv_path: /home/${CONTROLLER_USER}/ce-python
246+
venv_command: /usr/bin/python3 -m venv
247+
venv_install_username: ${CONTROLLER_USER}
248+
ansible_version: "${ANSIBLE_VERSION}"
249+
upgrade:
250+
enabled: false
251+
linters:
252+
enabled: true
244253
user_provision:
245254
username: "${CONTROLLER_USER}"
246255
home: "/home/${CONTROLLER_USER}"

0 commit comments

Comments
 (0)