Skip to content

Commit f57c136

Browse files
committed
More fixes for examples
Signed-off-by: Justin Cinkelj <justin.cinkelj@xlab.si>
1 parent 783323f commit f57c136

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/list_vms_with_ide_disk.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@
3636
break
3737
print(json.dumps(ide_vm_names))
3838
args:
39-
executable: /usr/bin/python3
39+
# /usr/bin/python3 - fedora
40+
# /usr/local/bin/python - python:3.10-slim-buster docker image
41+
executable: python3
4042
stdin: "{{ all_vms.records | to_json }}"
4143
changed_when: false
4244
register: ide_vm_names_result

0 commit comments

Comments
 (0)