Skip to content

Commit cefc7d7

Browse files
committed
Ensure CVMFS_GEO_ACCOUNT_ID is also set when a GeoIP key is provided
1 parent 8a0f105 commit cefc7d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tasks/stratum1.yml

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
- name: Install GeoIP API key
3939
ansible.builtin.copy:
4040
content: |
41+
CVMFS_GEO_ACCOUNT_ID="{{ cvmfs_geo_account_id }}"
4142
CVMFS_GEO_LICENSE_KEY="{{ cvmfs_geo_license_key }}"
4243
mode: 0400
4344
dest: /etc/cvmfs/server.local

0 commit comments

Comments
 (0)