dj-wasabi / ansible-zabbix-agent

Installing and maintaining zabbix-agent for RedHat/Debian/Ubuntu/Windows/Suse.
https://galaxy.ansible.com/dj-wasabi/zabbix-agent
MIT License
327 stars 248 forks source link

pip support for ubuntu 18.04 #216

Closed ghost closed 5 years ago

ghost commented 5 years ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like A clear and concise description of what you want to happen.

Additional context Add any other context or screenshots about the feature request here.

TASK [dj-wasabi.zabbix-agent : Install local python-netaddr package] fatal: [localhost -> localhost]: FAILED! => {"attempts": 3, "changed": false, "msg": "Unable to find any of pip2, pip to use. pip needs to be installed."}

dj-wasabi commented 5 years ago

Hi, do you have pip in your path on the host executing Ansible?

ghost commented 5 years ago

needed to install python on host before running playbook