Ensure gather_subset is a list

Otherwise, we get a deprecation warning:

  [DEPRECATION WARNING]: Using comma separated values for a list has been
  deprecated. You should instead use the correct YAML syntax for lists.

Change-Id: I59194aa420c449a5d557dfa087f7ab3ec6521afa
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2017-06-14 15:02:39 -04:00
parent 6e8064796b
commit ee4a856ca9
No known key found for this signature in database
GPG Key ID: 611A80832067AF38

View File

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