summaryrefslogtreecommitdiff
path: root/changelogs/fragments
diff options
context:
space:
mode:
authorYunge Zhu <37337818+yungezz@users.noreply.github.com>2019-03-26 11:04:11 +0800
committerToshio Kuratomi <a.badger@gmail.com>2019-03-25 20:04:11 -0700
commit1cc5196922caa0a4328052900452f7ed10aee484 (patch)
tree11a9515f1c28d0a72651cf7513cfb0107ca92e41 /changelogs/fragments
parent59000d01b67f262f2b5c1f958dfce22a65592330 (diff)
downloadansible-1cc5196922caa0a4328052900452f7ed10aee484.tar.gz
backport: add missing hostvars properties in azure_rm.py inventory (#53046) (#54318)
* add missing hostvars properties in azure_rm.py inventory (#53046) * add missing hostvars properties * fix lint * fix lint * add security group * fix lint (cherry picked from commit 71042e1a79937177de324c93f5701ee642c8f7d8) * add changelog
Diffstat (limited to 'changelogs/fragments')
-rw-r--r--changelogs/fragments/53046-azure_rm_inventory_properties_missing.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/53046-azure_rm_inventory_properties_missing.yaml b/changelogs/fragments/53046-azure_rm_inventory_properties_missing.yaml
new file mode 100644
index 0000000000..70662fde98
--- /dev/null
+++ b/changelogs/fragments/53046-azure_rm_inventory_properties_missing.yaml
@@ -0,0 +1,2 @@
+bugfixes:
+- azure_rm inventory plugin - fix missing hostvars properties (https://github.com/ansible/ansible/pull/53046)