for patching lilly
--- - name: Patch geoipupdate maxmind ansible.builtin.get_url: url: https://0xacab.org/-/snippets/1025/raw/no-masters/geoipupdate.py dest: /usr/bin/geoipupdate mode: 655 - name: Create directory for geoipupdate db file: path: /var/lib/GeoIP/ state: directory recurse: yes