ansible/lib/ansible
Sietse Visser d25420bbb9 Fix for Azure loadbalancer tags. (#39963)
* Fix for Azure loadbalancer tags.

It was possible to add tags to an Azure loadbalancer, but the tags were never set in Azure.
This patch fixes that.

* Pass shippable tests

* azure_rm_loadbalancer_facts requires rg

Getting facts of all loadbalancers via azure_rm_loadbalancer_facts requires a resource group.
This fix adds the rg as parameter to the list() call.

* Revert changes in azure_rm_loadbalancer_facts

The changes belong to another pull request.
2018-05-14 13:18:15 +08:00
..
cli Enabled unsafe and vault in JSON (#38759) 2018-05-09 14:01:51 -04:00
compat
config Configurable list of facts modules (#31783) 2018-05-11 13:59:54 -04:00
errors
executor Configurable list of facts modules (#31783) 2018-05-11 13:59:54 -04:00
galaxy Allow the galaxy client to fetch from a url in role version data (#39396) 2018-04-30 15:47:43 -05:00
inventory Don't display host pattern warning for empty groups (fixes #35255) (#39927) 2018-05-09 14:13:48 -05:00
module_utils location name (#40055) 2018-05-14 11:46:45 +08:00
modules Fix for Azure loadbalancer tags. (#39963) 2018-05-14 13:18:15 +08:00
parsing vault: check dir existence before creating a file (#40010) 2018-05-11 19:29:44 +02:00
playbook Deprecate private for include_role (#39821) 2018-05-08 10:31:56 -05:00
plugins Fixes and additions for f5 modules (#39986) 2018-05-11 11:45:42 -07:00
template Fix when template paths contain non-ascii chars and using the path in ansible_managed 2018-04-30 16:47:27 -07:00
utils Fix module validation checks and remove old params (#39926) 2018-05-10 08:47:08 +02:00
vars
__init__.py
constants.py
release.py