elnappo / ansible-role-check-mk-agent

Ansible role for check_mk agent
MIT License
24 stars 27 forks source link

put check_mk_agent_package_name in a variable #23

Closed mjourdan closed 3 years ago

mjourdan commented 4 years ago

Resolve issue #22

elnappo commented 3 years ago

I guess this only works with rpm?

mjourdan commented 3 years ago

Sorry for replying so late.

In theory, on debian hosts the package module will call the apt module, which is capable to fetch packages from an url.

Unfortunately though, the apt module handles url through the "deb" parameter, and not through the "name". This results in package downloading from url not working on Debian when called from the package module.