7b8abfb669
When running `kayobe physical network configure --check` against Juniper switches, Kayobe may fail with the following error: Failed to import the required Python library (ncclient) This is because the ncclient installation task is skipped by check mode. Change-Id: I643f54a67edfe22a3fd5c86f157bd1246d617399
6 lines
122 B
YAML
6 lines
122 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Installs ``ncclient`` dependency for Juniper switch configuration when
|
|
using Ansible check mode.
|