mirror of
https://github.com/HanXHX/ansible-mysql.git
synced 2026-02-24 10:13:30 +07:00
Modern Ansible
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
apt_key:
|
||||
keyserver: "{{ mariadb_key_server }}"
|
||||
id: "{{ item }}"
|
||||
with_items: "{{ mariadb_key_ids }}"
|
||||
loop: "{{ mariadb_key_ids }}"
|
||||
|
||||
- name: TEMPLATE | Deploy APT pinning (prevent upgrades from Debian)
|
||||
template:
|
||||
|
||||
Reference in New Issue
Block a user