How to add package to apt_packages_custom via PPA?

Hi guys,

I’d like to add the geoipupdate package to the server to use with the GeoIP Detect plugin. I’m a little unsure on how to add it to apt_packages_custom when it’s installed via PPA. Please see here: https://github.com/maxmind/geoipupdate#installing-on-ubuntu-via-ppa

Many thanks

apt_packages_custom:
  - geoipupdate

Then to add the APT repo:

https://docs.ansible.com/ansible/latest/modules/apt_repository_module.html

This topic was automatically closed after 42 days. New replies are no longer allowed.