diff options
author | Brian Coca <bcoca@users.noreply.github.com> | 2022-02-16 20:21:08 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-16 17:21:08 -0800 |
commit | 782b8645b839b6b7b699ac0167b23c7098dd4f6c (patch) | |
tree | e8231be010fd8cc92b045e6ce51bfd49f7d3d70a /changelogs | |
parent | ce60a376835113be6818d933ef1f667c53b58304 (diff) | |
download | ansible-782b8645b839b6b7b699ac0167b23c7098dd4f6c.tar.gz |
gather_facts sees collection networking connection (#76954) (#76963)
needed to properly propagate some arguments by convention: subset, filter
Co-authored-by: Sloane Hertel <19572925+s-hertel@users.noreply.github.com>
(cherry picked from commit 5bddecb048aae0a7fc84e38e086ac90445c4edb4)
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/fragments/gather_facts_collections.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/gather_facts_collections.yml b/changelogs/fragments/gather_facts_collections.yml new file mode 100644 index 0000000000..2b6feae4d7 --- /dev/null +++ b/changelogs/fragments/gather_facts_collections.yml @@ -0,0 +1,2 @@ +bugfixes: + - gather_facts action now handles the move of base connection plugin types into collections to add/prevent subset argument correctly |