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
Abhijeet Kasurde 789b0ef0c9 Pass string command in run_command (#48805)
When there are spaces in command args passed as a list,
then run_command and underlying subprocess fails.
This can be overcome by passing command as string rather than list.

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
6 years ago
..
aws [aws] ALB/NLB support SubnetMappings in AWS create LB call (#42060) 6 years ago
common Python 3.8 collections compatibility fixes. 6 years ago
compat Misc fixes for several errors 6 years ago
csharp Ansible.Basic - fix deprecate return value (#48908) 6 years ago
facts Update and correct iSCSI facts collection (#44644) 6 years ago
k8s Provide Kubernetes resource validation to k8s module (#43352) 6 years ago
net_tools fix nios modules (#48559) 6 years ago
network Fix issues with nxos_os_install module (#48811) 6 years ago
parsing Improve convert_bool error message 7 years ago
powershell Fix a possible issue with comparing values with $null (#37763) 6 years ago
remote_management Connection and MAC pool module for Cisco UCS (#31151) 7 years ago
six Surround top-level function and class definitions with two blank lines. 6 years ago
storage New module for managing EMC VNX Block storage (#42945) 6 years ago
__init__.py Enhance empty __init__ code-smell to check module_utils (#33438) 7 years ago
_text.py Fix for to_text and to_bytes error handlers 7 years ago
acme.py ACME: add support for POST-as-GET if GET fails with 405. (#44988) 6 years ago
alicloud_ecs.py Add new module ali_instance (#36898) 6 years ago
ansible_release.py [AWS] Add Ansible Version to botocore user agent string (#39993) 6 years ago
ansible_tower.py Tower modules: move HAS_TOWER_CLI check in module_utils and minor improvements (#39809) 6 years ago
api.py Remove comments about import order 7 years ago
azure_rm_common.py upgrading azure-mgmt-compute to the latest (#47601) 6 years ago
azure_rm_common_rest.py introducing azure_rm_resource (#39274) 6 years ago
basic.py Pass string command in run_command (#48805) 6 years ago
cloud.py AWSRetry: allow retrying on additional ClientError exceptions (#28483) 7 years ago
cloudscale.py cloudscale_floating_ip module (#33181) 7 years ago
cloudstack.py cloudstack: fix query tags by resourceid (#40482) 6 years ago
connection.py Try to be more verbose with JSON decode errors (#47066) 6 years ago
crypto.py Allow multiple values per key in name fields in openssl_certificate/csr (#30338) 7 years ago
database.py Surround top-level function and class definitions with two blank lines. 6 years ago
digital_ocean.py Include Digital Ocean Token Alias (#36810) 7 years ago
dimensiondata.py dimensiondata: fix broken import (#35634) 7 years ago
docker_common.py docker_* modules: improve diff (#48546) 6 years ago
ec2.py [AWS] Allow the profile to take precedence to allow better compatibility between ~/.boto and ~/.aws/credential files (#45806) 6 years ago
exoscale.py exo_dns_record: remove limitation for multiple records only for A type (#35173) 7 years ago
f5_utils.py Refactor common network shared and platform utils code into package (#33452) 7 years ago
firewalld.py refactor firewalld module, add firewalld module_util (#37603) 7 years ago
gcdns.py Collated PEP8 fixes (#25293) 7 years ago
gce.py Collated PEP8 fixes (#25293) 7 years ago
gcp.py removing libcloud secrets support for legacy gcp modules (#44932) 6 years ago
gcp_utils.py GCP Bug Fixes (#48276) 6 years ago
gitlab.py Fix shebangs and file modes and update tests. (#40563) 6 years ago
heroku.py New module: heroku_collaborator (#39001) 6 years ago
ibm_sa_utils.py IBM storage: fix domain issue by adding more keywords to pyxcli avail… (#48345) 6 years ago
infinibox.py Collated PEP8 fixes (#25293) 7 years ago
influxdb.py influxdb: Add condition for retries argument (#38441) 7 years ago
ipa.py IPA: Add option to specify timeout (#44572) 6 years ago
ismount.py fix typo 9 years ago
json_utils.py Remove use of simplejson throughout code base (#43548) 6 years ago
keycloak.py New module: keycloak_clienttemplate (#33419) 7 years ago
known_hosts.py Fix invalid string escape sequences. 7 years ago
ldap.py doc: fix maintainer's name (#44452) 6 years ago
linode.py Add new linode_v4 module. (#46151) 6 years ago
lxd.py Remove use of simplejson throughout code base (#43548) 6 years ago
manageiq.py Fix shebangs and file modes and update tests. (#40563) 6 years ago
memset.py New facts module: Memset Memstore (#42387) 6 years ago
mysql.py Migrate from MySQLdb to PyMySQL (#40123) 6 years ago
netapp.py Add common files for ONTAP and SOLIDFIRE unit tests (#48739) 6 years ago
netapp_elementsw_module.py Adding Common files for NetApp ElementSW release (#43727) 6 years ago
netapp_module.py Adding Common files for NetApp ElementSW release (#43727) 6 years ago
oneandone.py New module: manage 1&1 public ip (cloud/oneandone/oneandone_public_ip) (#35079) 7 years ago
oneview.py Python 3.8 collections compatibility fixes. 6 years ago
online.py Add an Online servers fact 6 years ago
opennebula.py one_host environment variables, Fixes #44163 (#44568) 6 years ago
openstack.py openstack: Correct fail_json call in module_utils (#41064) 6 years ago
ovirt.py Add retry mechanism support for deactivating storage domain (Updated). (#47551) 6 years ago
postgres.py Remove wildcard imports and get_exception calls 7 years ago
pure.py Add user_agent into FlashBlade API calls (#46221) 6 years ago
pycompat24.py Enable pylint rules and fix exposed bugs. (#47219) 6 years ago
rabbitmq.py RabbitMQ publisher module (#44718) 6 years ago
rax.py Fix invalid string escape sequences. 7 years ago
redfish_utils.py Do not reboot after updating BIOS configuration 6 years ago
redhat.py Miscellaneous pylint fixes. 7 years ago
scaleway.py Add support for adding custom query parameters to URL (#46390) 6 years ago
service.py Fix typo of stderr 6 years ago
splitter.py Collated PEP8 fixes (#25293) 7 years ago
univention_umc.py Python 2.6 `str.format()` compatibility fixes. 7 years ago
urls.py introduce `module_utils.urls.fetch_file` as a wrapper to download and save files (#19172) 6 years ago
utm_utils.py Creates base Sophos UTM module (#45781) 6 years ago
vca.py Use response.content instead of response object (#25772) 7 years ago
vmware.py VMware: Refactor vmware_cluster (#37072) 6 years ago
vmware_rest_client.py VMware: Add tag facts to vmware_guest_facts (#47495) 6 years ago
vultr.py vultr: fix for API returned unexpected empty list (#48036) 6 years ago
xenserver.py New module: xenserver_guest - manages XenServer VMs (#41041) 6 years ago
yumdnf.py Correct yum and dnf autoremove behavior (#47902) 6 years ago