mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Use correct python for -c invocations in tests. (#54577)
* Use correct python for -c invocations in tests. * Only set releasever when available.
This commit is contained in:
@@ -226,7 +226,7 @@
|
||||
- name: Run script with shebang omitted
|
||||
script: no_shebang.py
|
||||
args:
|
||||
executable: python
|
||||
executable: "{{ ansible_python_interpreter }}"
|
||||
register: _shebang_omitted_test
|
||||
tags:
|
||||
- noshebang
|
||||
|
||||
Reference in New Issue
Block a user