mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2026-02-04 07:11:49 +00:00
fix path to gpg key
This commit is contained in:
parent
4e58d909e7
commit
01ecd9dc74
1 changed files with 2 additions and 2 deletions
|
|
@ -7,8 +7,8 @@
|
|||
# Downloading the key on each iteration of the tests is too slow.
|
||||
- name: Install MySQL PGP public key
|
||||
ansible.builtin.copy:
|
||||
src: files/mysql.gpg
|
||||
dest: /usr/share/keyrings/mysql.gpg
|
||||
src: files/mysql_pubkey.asc
|
||||
dest: /usr/share/keyrings/mysql_pubkey.asc
|
||||
owner: root
|
||||
group: root
|
||||
mode: '0644'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue