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/modules
Mark Chappell 0ceac57bc6 AnsibleAWSModule related cleanup (batch 2) (#65987)
* Remove redundant use of ec2_argument_spec where we're using AnsibleAWSModule

* Use module.client() instead of the get_aws_connection_info/boto3_conn combo.

* AnsibleAWSModule handles 'HAS_BOTO3'

* Remove unused imports

* Update error message that lambda_policy integration test is looking for when the region's missing

* Revert redshift and s3_bucket
6 years ago
..
cloud AnsibleAWSModule related cleanup (batch 2) (#65987) 6 years ago
clustering Fixes #65952: Remove ambiguous example from k8s docs to clarify file usage. (#65953) 6 years ago
commands add asterisk '*' to the list of non-working operations (#65728) 6 years ago
crypto openssl_* modules: allow direct input for some files (#66384) 6 years ago
database postgresql_db: add dump_extra_args parameter (#66717) 6 years ago
files fix closing quotation mark in copy module(#66619) 6 years ago
identity Freeipa: Support for homedir in ipa_user (#49151) 6 years ago
inventory utilities: Clean up parameter types and add seealso (#53063) 7 years ago
messaging Added missing SSL parameters to rabbitmq_binding (#58064) 7 years ago
monitoring zabbix_template - fixing errors linked templates and dump/imports (#66463) 6 years ago
net_tools Fixed misc typo in netcup_dns module (#66201) 6 years ago
network icx_vlan: Removed byte type regex in string matching (#66715) 6 years ago
notification Fix AttributeError due to cgi.escape removal in Python 3.8. (#66040) 6 years ago
packaging yum - fix bug where enablerepo is not honored when disablerepo all (#66557) 6 years ago
remote_management Fix version param in deprecate() call and update porting guide (#65894) 6 years ago
source_control git - add an 'archive_prefix' option (#66067) 6 years ago
storage Fix small typo in purefa_host documentation examples (#66240) 6 years ago
system pamd: Fix AttributeError when removing the first or last rule (#66398) 6 years ago
utilities Fix indent on example of set_fact module (#66554) 6 years ago
web_infrastructure jenkins_job module: fix for python3 (#54958) 6 years ago
windows reboot - add boot_time_command parameter (#62680) 6 years ago
__init__.py