ansible/changelogs/fragments/gather_facts_networkfix29.yaml
Trishna Guha 773755de6b Remove choices from gather_network_resources facts and fix negated all, min (#61362)
* remove choices from gather_network_resources facts and allow negating subset without needing to add a new subset specific for negation

Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>

* negated all, min should not return any fact

Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
(cherry picked from commit c1e02d5c7a)
2019-09-16 15:21:14 -07:00

2 lines
118 B
YAML

bugfixes:
- Fix negated all,min for network_facts and remove choices (https://github.com/ansible/ansible/pull/61362).