From f5b9bd81fcc0334113411f4dbefeb40214bb0837 Mon Sep 17 00:00:00 2001 From: Matt Martz Date: Tue, 25 Jun 2019 10:36:00 -0500 Subject: [PATCH] gather_facts is core (#58341) --- .github/BOTMETA.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/BOTMETA.yml b/.github/BOTMETA.yml index 86d046c942d..5186991cddd 100644 --- a/.github/BOTMETA.yml +++ b/.github/BOTMETA.yml @@ -903,6 +903,8 @@ files: support: core $plugins/action/fetch.py: support: core + $plugins/action/gather_facts.py: + support: core $plugins/action/group_by.py: support: core $plugins/action/include_vars.py: