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.
Tim Rupp
821c133ff8
Fix missing msg argument
...
The following patch adds a missing 'msg=' syntax. An exception is raised
in ansible if this block is reached during the execution of the module
TypeError: fail_json() takes exactly 1 argument (2 given)
With the 'msg=' added, you get a more informative error. For example
msg: No settings provided to update_domain().
12 years ago
..
azure
Catch error in azure related to a failed deployment when creating a vm
12 years ago
cloudformation
cloudformation's disable_rollback must be a bool
12 years ago
digital_ocean
Bulk update of choices=BOOLEANS to type='bool'
12 years ago
digital_ocean_domain
Fixed error in docs
12 years ago
digital_ocean_sshkey
Fix version_added and snippet imports on new digital ocean modules
12 years ago
docker
Docker links and required alias
12 years ago
docker_image
Merge pull request #7925 from devpopol/fixes/api_error
12 years ago
ec2
Conditionally try to get ebs_optimized parameter from instance
12 years ago
ec2_ami
Moved AWS modules over to common module fragments
12 years ago
ec2_ami_search
Fix typo in example name
12 years ago
ec2_asg
Check to make sure key exists in tag list before using it
12 years ago
ec2_eip
Moved AWS modules over to common module fragments
12 years ago
ec2_elb
removed unwanted 'if wait else None'
12 years ago
ec2_elb_lb
Fixing version_added strings for new features in ec2_elb_lb
12 years ago
ec2_facts
Remove invalid variable
12 years ago
ec2_group
Merge pull request #7653 from evanccopengeo/devel
12 years ago
ec2_key
Moved AWS modules over to common module fragments
12 years ago
ec2_lc
Adds support for Cloudwatch detailled monitoring in ec2_lc module.
12 years ago
ec2_metric_alarm
Add proper state output to ec2_asg, ec2_metric_alarm, ec2_scaling_policy
12 years ago
ec2_scaling_policy
Merge branch 'exit_json' of https://github.com/psa/ansible into psa-exit_json
12 years ago
ec2_snapshot
Improve the ec2_snapshot argument spec and docs
12 years ago
ec2_tag
update documentation to include missing option
12 years ago
ec2_vol
Fix typo
12 years ago
ec2_vpc
Make sure subnets and route_tables are initialized before using
12 years ago
elasticache
cloud/elasticache: Ensure self.data is iterable
12 years ago
gc_storage
Bugfix for gc_storage and s3
12 years ago
gce
Removing zone choices that overly-limit available zones for gce
12 years ago
gce_lb
Removing zone choices that overly-limit available zones for gce
12 years ago
gce_net
Fix version_added for new params in gce_net
12 years ago
gce_pd
Fix version_added for new params in gce_pd
12 years ago
glance_image
reword "except Error as e:" into "except Error, e:" to be compatible with Python 2.5 ( #5852 )
12 years ago
keystone_user
Don't use deprecated BaseException.message in keystone_user
12 years ago
linode
require pycurl for linode module
12 years ago
nova_compute
Respect region_name in nova_compute
12 years ago
nova_keypair
Merge pull request #7259 from darKoram/nova_keypair_check_keys
12 years ago
ovirt
Use ovirtsdk if it installed, but fall out gracefully if it is not
12 years ago
quantum_floating_ip
Fix neutron floating IP allocation for networks with a v4 *and* v6 subnet.
12 years ago
quantum_floating_ip_associate
reword "except Error as e:" into "except Error, e:" to be compatible with Python 2.5 ( #5852 )
12 years ago
quantum_network
reword "except Error as e:" into "except Error, e:" to be compatible with Python 2.5 ( #5852 )
12 years ago
quantum_router
reword "except Error as e:" into "except Error, e:" to be compatible with Python 2.5 ( #5852 )
12 years ago
quantum_router_gateway
reword "except Error as e:" into "except Error, e:" to be compatible with Python 2.5 ( #5852 )
12 years ago
quantum_router_interface
reword "except Error as e:" into "except Error, e:" to be compatible with Python 2.5 ( #5852 )
12 years ago
quantum_subnet
Add documentation for required parameter name to quantum_subnet
12 years ago
rax
Merge branch 'rax-meta' of https://github.com/sivel/ansible into sivel-rax-meta
12 years ago
rax_cbs
Don't fail in rax_cbs when the volume is not found
12 years ago
rax_cbs_attachments
Shared module docs for remaining rax modules
12 years ago
rax_clb
rax modules improvements
12 years ago
rax_clb_nodes
Simplify node matching
12 years ago
rax_dns
Fix missing msg argument
12 years ago
rax_dns_record
Add notes to rax_dns and rax_dns_record to recommend using serial: 1
12 years ago
rax_facts
rax modules improvements
12 years ago
rax_files
rax modules improvements
12 years ago
rax_files_objects
rax modules improvements
12 years ago
rax_identity
Shared module docs for remaining rax modules
12 years ago
rax_keypair
rax modules improvements
12 years ago
rax_meta
Add rax_meta module
12 years ago
rax_network
rax modules improvements
12 years ago
rax_queue
rax modules improvements
12 years ago
rax_scaling_group
Perform safe normalization of nics to use uuid
12 years ago
rax_scaling_policy
Add Rackspace Autoscale modules
12 years ago
rds
rds module: Fix undeclared reference to "params" when setting password in
12 years ago
rds_param_group
Handle integer param values that are calculated values
12 years ago
rds_subnet_group
Adds modules for managing Amazon RDS parameter and subnet groups.
12 years ago
route53
Fix to unescape * was discarded by unescape of @
12 years ago
s3
Bugfix for gc_storage and s3
12 years ago
virt
Fix the default url of get_xml function.
12 years ago
vsphere_guest
force evaluation of vars memory_mb, num_cpus to be int fixes #7903
12 years ago