kayobe/releasenotes/notes/ncclient-install-check-mode-0cfc7e846f3a978a.yaml
Pierre Riteau 7b8abfb669 Install ncclient even in check mode
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
2023-06-01 16:19:50 +02:00

6 lines
122 B
YAML

---
fixes:
- |
Installs ``ncclient`` dependency for Juniper switch configuration when
using Ansible check mode.