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:
Paul Belanger 2017-05-22 17:39:33 -04:00
parent 2fe384f6cb
commit ede5e38715
No known key found for this signature in database
GPG Key ID: 611A80832067AF38

View File

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