You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/lib/ansible/module_utils
Matt Clay 0d46805979 Clean up shebangs for various files.
- Remove shebangs from:
  - ini files
  - unit tests
  - module_utils
  - plugins
  - module_docs_fragments
  - non-executable Makefiles
- Change non-modules from '/usr/bin/python' to '/usr/bin/env python'.
- Change '/bin/env' to '/usr/bin/env'.

Also removed main functions from unit tests (since they no longer
have a shebang) and fixed a python 3 compatibility issue with
update_bundled.py so it does not need to specify a python 2 shebang.

A script was added to check for unexpected shebangs in files.
This script is run during CI on Shippable.
9 years ago
..
__init__.py Fix ziploader for the cornercase of ansible invoking ansible. 10 years ago
_text.py Simplify surrogate check in to_text() (#18211) 9 years ago
a10.py Fix call to `axapi_call_v3()` (#17637) 9 years ago
api.py Added basic auth argument spec to utils (#15585) 10 years ago
asa.py minor fix for checking kwargs in get_config() (#18002) 9 years ago
azure_rm_common.py fix version check to support >=rc5 9 years ago
basic.py Add hint that python3 might be too old 9 years ago
cloud.py CloudRetry/AWSRetry backoff decorator with unit tests (#17039) 9 years ago
cloudstack.py fix iteritems for python 3 9 years ago
database.py just a few spelling error changes 11 years ago
dellos6.py Update OS6 sublevels (#17735) 9 years ago
dellos9.py fixes mode on module_utils/dellos9.py (#17682) 9 years ago
dellos10.py Renamed the Modules from dnos* -> dellos*, updated copyright, removed… (#17617) 9 years ago
docker_common.py Let docker-py decode pull response 9 years ago
ec2.py Allow AWSRetry class to be created without boto3/botocore installed 9 years ago
eos.py Exception.message gone in 3.x (#18221) 9 years ago
exoscale.py exo_dns: new module utils and integration tests for exoscale DNS (#17230) 9 years ago
f5.py Clean up shebangs for various files. 9 years ago
facts.py aix network facts: Separate out the uname call to reduce total calls (#18288) 9 years ago
gcdns.py Fix import of gce/gcdns without a libcloud module 10 years ago
gce.py Fix import of gce/gcdns without a libcloud module 10 years ago
gcp.py Refactored gce util module to support other GCP services (#15924) 10 years ago
ios.py Network module cleanup (#17334) 9 years ago
iosxr.py clean up iosxr shared module 9 years ago
ismount.py fix typo 10 years ago
json_utils.py bugfixes to JSON junk filter, added unit/integration tests to exercise (#17834) 9 years ago
junos.py fixes issue with run_commands raising error (#17861) 9 years ago
known_hosts.py Add support ssh configs from /etc/openssh. 10 years ago
lxd.py Clean up shebangs for various files. 9 years ago
mysql.py enable mysql connection via unix socket 10 years ago
netcfg.py allow netcfg to pass kwargs from __call__ to configure() (#17653) 9 years ago
netcli.py adds new exception for adding condition statements to Conditional (#17859) 9 years ago
network.py Exception.message gone in 3.x (#18221) 9 years ago
nxos.py Add timeout option for nxapi (#18074) 9 years ago
openstack.py Set type for OpenStack 'verify' param 10 years ago
openswitch.py Cleanup openswitch 9 years ago
ovirt.py Clean up shebangs for various files. 9 years ago
powershell.ps1 Bugfix: fixes new-alias bug when debugging powershell (#17816) 9 years ago
pycompat24.py Migrate basestring to a python3 compatible type (#17199) 9 years ago
rax.py Migrate basestring to a python3 compatible type (#17199) 9 years ago
redhat.py Remove some more unused stdlib deps. 10 years ago
service.py removed unused code, added comment explaining 9 years ago
shell.py Exception.message gone in 3.x (#18221) 9 years ago
six.py Some Python-3 module_utils support 10 years ago
splitter.py Changing license on module_utils/splitter.py to BSD 9 years ago
sros.py updates sros shared module 9 years ago
univention_umc.py univention: add common code for univention corporate server modules (#16172) 9 years ago
urls.py Fix adding the same trusted certificates multiple times (#18296) 9 years ago
vca.py Defined children for get_vm (#15904) 9 years ago
vmware.py Port the module snippet to python3 (#15870) 10 years ago
vyos.py Cleanup openswitch 9 years ago