1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/lib/ansible/modules
Will Thames c93ddf5473 Move profile and region checking to module_utils.ec2 (#31921)
* Move profile and region checking to module_utils.ec2

Remove ProfileNotFound checking from individual modules

There are plenty of `if not region:` checks that could be removed,
once more thorough testing of this change has occured

The ec2_asg, iam_managed_policy and ec2_vpc_subnet_facts modules
would also benefit from this change but as they do not have tests
and are marked stableinterface, they do not get this change.
2017-11-07 13:56:17 -05:00
..
cloud Move profile and region checking to module_utils.ec2 (#31921) 2017-11-07 13:56:17 -05:00
clustering consul_kv: PEP8 compliancy and doc fixes (#32340) 2017-10-31 22:27:56 -04:00
commands Fixes #30073: Remove 'Consider hg command' warning. (#31159) 2017-10-02 23:33:13 +02:00
crypto Fix a typo in the examples (#32599) 2017-11-06 19:39:10 +01:00
database Allow user to specify maintenance DB (#32510) 2017-11-05 05:44:40 -05:00
files PEP8 fixes: Ansible system module and playbook base.py (#32322) 2017-11-07 09:38:59 +01:00
identity ipa_dnsrecord: Allow for TXT Records (#32427) 2017-11-06 04:15:18 -05:00
inventory clarified inventory_dir changes for 2.4 (#31484) 2017-10-09 20:56:32 -07:00
messaging Add max_priority to give priority ability to a queue 2017-09-08 16:09:50 -07:00
monitoring Modules metadata: fix invalid GitHub ID in author field (#31856) 2017-11-02 06:52:18 -04:00
net_tools Port arg specs from type='str' to type='path' 2017-10-09 21:15:56 -07:00
network eos_static_route DI module (#32587) 2017-11-07 11:13:03 +00:00
notification Modules metadata: fix invalid GitHub ID in author field (#31856) 2017-11-02 06:52:18 -04:00
packaging yum: use the C locale when screen scraping (#32203) 2017-11-05 09:28:05 -05:00
remote_management Enable use of empty manageiq arguments (#31774) 2017-10-23 13:33:57 +02:00
source_control Fix duplicate type keyword 2017-11-06 14:10:17 +01:00
storage Fix issue #32138 - fix examples typo (#32140) 2017-10-26 07:44:15 +10:00
system Fix error in YAML example 2017-11-07 16:30:53 +01:00
utilities Add echo option to pause module (#32205) 2017-11-03 13:32:36 -04:00
web_infrastructure Port arg specs from type='str' to type='path' 2017-10-09 21:15:56 -07:00
windows Fix typos 2017-11-07 17:45:07 +01:00
__init__.py