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:
parent
6e8064796b
commit
ee4a856ca9
@ -1,5 +1,6 @@
|
||||
- hosts: all
|
||||
gather_facts: true
|
||||
gather_subset: "!all"
|
||||
gather_subset:
|
||||
- "!all"
|
||||
roles:
|
||||
- run-bindep
|
||||
|
Loading…
x
Reference in New Issue
Block a user