From 6547edc89d870f3b1db0caf93e153a1f7149d762 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Mon, 15 Feb 2021 18:42:52 -0600 Subject: [PATCH] Call mining fact gatherer. --- local.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/local.yml b/local.yml index b65f2c0..76b51b9 100644 --- a/local.yml +++ b/local.yml @@ -75,6 +75,8 @@ pre_tasks: - include: tasks/miner/debug.yml + + - include: facts/miner/gather.yml - include: tasks/miner/acct_mgmt/users.yml