Pure Storage facts fix (#50349)

* Add module for Pure Storage FlashBlade to manage directory services

* Fix facts not correctly passing into ansible_facts dict
This commit is contained in:
Simon Dodsley
2018-12-31 04:22:13 -05:00
committed by John R Barker
parent eac35c68df
commit 507f89e693
3 changed files with 5 additions and 6 deletions

View File

@@ -0,0 +1,3 @@
---
bugfixes:
- purefa_facts and purefb_facts now correctly adds facts into main ansible_fact dictionary (https://github.com/ansible/ansible/pull/50349)