Skip to content

Commit

Permalink
Consistency changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tersmitten committed May 3, 2024
1 parent 53e5e39 commit 2f4a975
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 @@ -12,7 +12,7 @@
- name: repository | add public key
ansible.builtin.apt_key:
id: E298A3A825C0D65DFD57CBB651716619E084DAB9
keyserver: keyserver.ubuntu.com
keyserver: "{{ apt_key_keyserver | default('keyserver.ubuntu.com') }}"
state: present
tags:
- r-repository-public-key
Expand Down

0 comments on commit 2f4a975

Please sign in to comment.