Gather facts for run-bindep role
Because we want to use the package task, we need to know facts about the host we are running on. Otherwise we get the following error: Could not detect which package manager to use. Try gathering facts or setting the "use" option. Change-Id: I069f4025403e301af08137c19da1e5b35e21798d Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
2fe384f6cb
commit
ede5e38715
@ -1,3 +1,5 @@
|
||||
- hosts: all
|
||||
gather_facts: true
|
||||
gather_subset: "!all"
|
||||
roles:
|
||||
- run-bindep
|
||||
|
Loading…
x
Reference in New Issue
Block a user