Rel240/fix nxos pim interface (#29885)

* fix nxos_pim_interface

* Add integration test coverage and fix unit test

* Add clarifying comments

* Make ansibot happy
This commit is contained in:
Mike Wiebe 2017-09-14 16:36:32 -04:00 committed by Nathaniel Case
commit 173c41aefe
12 changed files with 228 additions and 37 deletions

View file

@ -0,0 +1,4 @@
---
- set_fact: connection="{{ cli }}"
- import_tasks: "{{ role_path }}/tests/common/sanity.yaml"