Typo, as recommended by Debian wiki
See: https://wiki.debian.org/DebianRepository/UseThirdParty
This commit is contained in:
parent
e25e32b384
commit
7a4af14b8e
|
|
@ -34,7 +34,7 @@
|
||||||
- name: Dearmor MariaDB repository key
|
- name: Dearmor MariaDB repository key
|
||||||
ansible.builtin.command: >
|
ansible.builtin.command: >
|
||||||
gpg --dearmor
|
gpg --dearmor
|
||||||
-o /etc/apt/keyrings/mariadb-keyring.gpg
|
-o /etc/apt/keyrings/mariadb-keyring.pgp
|
||||||
/etc/apt/keyrings/mariadb-keyring.asc
|
/etc/apt/keyrings/mariadb-keyring.asc
|
||||||
when: fetch_repository_key is changed
|
when: fetch_repository_key is changed
|
||||||
changed_when: false
|
changed_when: false
|
||||||
|
|
@ -49,7 +49,7 @@
|
||||||
dest: /etc/apt/sources.list.d/mariadb.list
|
dest: /etc/apt/sources.list.d/mariadb.list
|
||||||
content: |
|
content: |
|
||||||
# Ansible managed
|
# Ansible managed
|
||||||
deb [signed-by=/etc/apt/keyrings/mariadb-keyring.gpg] {{ mariadb_use_official_repo_url }}/{{ mariadb_use_official_repo_version }}/{{ ansible_distribution | lower() }} {{ repo_distribution_release }} main
|
deb [signed-by=/etc/apt/keyrings/mariadb-keyring.pgp] {{ mariadb_use_official_repo_url }}/{{ mariadb_use_official_repo_version }}/{{ ansible_distribution | lower() }} {{ repo_distribution_release }} main
|
||||||
owner: root
|
owner: root
|
||||||
group: root
|
group: root
|
||||||
mode: "0644"
|
mode: "0644"
|
||||||
|
|
@ -65,7 +65,7 @@
|
||||||
URIs: {{ mariadb_use_official_repo_url }}/{{ mariadb_use_official_repo_version }}/{{ ansible_distribution | lower() }}
|
URIs: {{ mariadb_use_official_repo_url }}/{{ mariadb_use_official_repo_version }}/{{ ansible_distribution | lower() }}
|
||||||
Suites: {{ repo_distribution_release }}
|
Suites: {{ repo_distribution_release }}
|
||||||
Components: main
|
Components: main
|
||||||
Signed-By: /etc/apt/keyrings/mariadb-keyring.gpg
|
Signed-By: /etc/apt/keyrings/mariadb-keyring.pgp
|
||||||
owner: root
|
owner: root
|
||||||
group: root
|
group: root
|
||||||
mode: "0644"
|
mode: "0644"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue