mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-04 17:53:10 +00:00
Fixed shebang in module example
This commit is contained in:
@@ -370,7 +370,7 @@ See an example documentation string in the checkout under `examples/DOCUMENTATIO
|
||||
|
||||
Include it in your module file like this::
|
||||
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/python
|
||||
# Copyright header....
|
||||
|
||||
DOCUMENTATION = '''
|
||||
|
||||
Reference in New Issue
Block a user