Skip to content

Commit

Permalink
Merge pull request #53 from Oefenweb/pr-52
Browse files Browse the repository at this point in the history
Add variable to set apt-key keyserver
  • Loading branch information
tersmitten authored May 1, 2024
2 parents cca5e68 + 870c37a commit cd2643a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/repository.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
- name: repository | add public key
ansible.builtin.apt_key:
id: 9334A25F8507EFA5
keyserver: keyserver.ubuntu.com
keyserver: "{{ apt_key_keyserver | default('keyserver.ubuntu.com') }}"
state: present
tags:
- percona-server-repository-public-key
Expand Down

0 comments on commit cd2643a

Please sign in to comment.