Merge "Ensure gather_subset is a list"

This commit is contained in:
Jenkins 2017-06-16 16:10:45 +00:00 committed by Gerrit Code Review
commit 7ec6b6ae0c

@ -1,5 +1,6 @@
- hosts: all
gather_facts: true
gather_subset: "!all"
gather_subset:
- "!all"
roles:
- run-bindep