diff options
author | Matt Clay <matt@mystile.com> | 2020-02-20 19:01:09 +0100 |
---|---|---|
committer | Matt Clay <matt@mystile.com> | 2020-02-21 00:13:39 +0100 |
commit | 65646179f1b45787c19a7aae13ccd50fe2c86631 (patch) | |
tree | 2cd5e8cbcfc570f50dd59759e58d3d6637bd5e20 /changelogs | |
parent | Add changelog (diff) | |
download | ansible-65646179f1b45787c19a7aae13ccd50fe2c86631.tar.xz ansible-65646179f1b45787c19a7aae13ccd50fe2c86631.zip |
Fix become for network_cli in collections.
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/fragments/network-cli-become-collections.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/network-cli-become-collections.yml b/changelogs/fragments/network-cli-become-collections.yml new file mode 100644 index 0000000000..465a1f63bc --- /dev/null +++ b/changelogs/fragments/network-cli-become-collections.yml @@ -0,0 +1,2 @@ +bugfixes: + - Skipping of become for ``network_cli`` connections now works when ``network_cli`` is sourced from a collection. |