Skip to content

Commit 3b4fa3d

Browse files
committed
[2025.1 only] Fix kayobe target venv backport
This change follows on from I2409428e7b929bec32c2b0034e82b4d03b343567, which backported a fix to kayobe-target-venv.yml. The change included a reference to kayobe_virtualenv, which is undefined in the Epoxy release, meaning fact gathering is always skipped, mitigating the fix. Closes-Bug: #2112201 Change-Id: I86ea5f00a70f43206a7bc4d00a51834efa7937c1 Signed-off-by: Alex Welsh <[email protected]>
1 parent add587c commit 3b4fa3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/kayobe-target-venv.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
gather_subset: "{{ kayobe_ansible_setup_gather_subset }}"
2828
when:
2929
- ansible_facts is undefined or not ansible_facts
30-
- kayobe_virtualenv is defined
30+
- virtualenv is defined
3131
register: gather_facts
3232
# Before any facts are gathered, ansible doesn't know about
3333
# python virtualenv.

0 commit comments

Comments
 (0)