You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After installing NGINX Management Suite on Debian/Ubuntu the file /etc/apt/sources.list.d/nms.list is removed through tasks/nms/remove-certs.yaml together with the NGINX license certificate and key. This makes it impossible to find & install nms-nap-compiler-*.
To reproduce
Steps to reproduce the behavior:
Deploy the Ansible NGINX Management Suite role using playbook.yml
Run apt-cache search nms-nap-compiler
No packages are found
Expected behavior
After installing NGINX Management Suite using this role it should be possible to apt-get install the nms-nap-compiler module without having to recreate /etc/apt/sources.list.d/nms.list
Your environment
Ansible NGINX Management Suite role 0.3.0
Version of Ansible: ansible [core 2.12.10]
Target deployment platform: Ubuntu 20.04
Additional context
One potential improvement might be having the ability to specifiy one or more nms-nap-compiler versions to be installed, directly in the playbook.