mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Added executable parameter to the script module (#36969)
* Added interpreter parameter to the script module * Let required and default parameters get documented implicitly for binary parameter * Renamed interpreter parameter to executable
This commit is contained in:
committed by
Adam Miller
parent
43ca9d1548
commit
04e3c964fb
3
test/integration/targets/script/files/no_shebang.py
Normal file
3
test/integration/targets/script/files/no_shebang.py
Normal file
@@ -0,0 +1,3 @@
|
||||
import sys
|
||||
|
||||
sys.stdout.write("Script with shebang omitted")
|
||||
Reference in New Issue
Block a user