-
Notifications
You must be signed in to change notification settings - Fork 25
Description
I have installed the collection then used a playbook to run this
ansible version is 2.10.6
Playbook is
- hosts: all
collections:- nginxinc.nginx_core
roles: - role: nginx
- nginxinc.nginx_core
Using debian buster get a message debian supported
"msg": "Your OS, Debian is supported by NGINX Open Source"
then an error and then stops not sure why it is checking for apline when it has alredy checked that it is debian?
TASK [nginxinc.nginx_core.nginx : Install dependencies] ********************************************************************************************************
fatal: [abc]: FAILED! => {"reason": "couldn't resolve module/action 'apk'. This often indicates a misspelling, missing collection, or incorrect module path.\n\nThe error appears to be in '/home/abc/ansibleplaybooks/ansible_collections/nginxinc/nginx_core/roles/nginx/tasks/prerequisites/install-dependencies.yml': line 2, column 3, but may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears to be:\n\n---\n- name: (Alpine Linux) Install dependencies\n ^ here\n"}.