Skip to content

Commit

Permalink
Fix GeoIP setup
Browse files Browse the repository at this point in the history
  • Loading branch information
boutetnico committed Sep 19, 2024
1 parent a8cb22f commit df79120
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
- name: Setup GeoIP config
ansible.builtin.template:
src: "geoip/GeoIP.conf.j2"
dest: "{{ sentry_install_dir }}/{{ item }}"
dest: "{{ sentry_install_dir }}/GeoIP.conf"
owner: root
group: root
mode: "0644"
when:
- sentry_geoip_account_id | length > 0
- sentry_geoip_account_id
- sentry_geoip_license_key | length > 0

- name: Setup .env.custom file
Expand Down

0 comments on commit df79120

Please # to comment.