Enable setting options for cliconf and other implementation plugins (if set to configurable) (#43368)

* Enable setting setting cliconf plugin options

Fixes #43367

* Add support to set configuration options for implementation plugins (eg: cliconf)
  from `ansible-connection`

* Fix CI failure
This commit is contained in:
Ganesh Nalawade
2018-07-30 21:53:44 -07:00
committed by GitHub
parent d03b9eddf6
commit ea6ef3fae8
4 changed files with 17 additions and 1 deletions

View File

@@ -69,5 +69,6 @@
- assert:
that:
- "result.changed == true"
- "'session' not in result"
- debug: msg="END cli/check_mode.yaml on connection={{ ansible_connection }}"