WIP: preparation for Buster #60

Manually merged
jlecour merged 25 commits from buster into stable 2020-05-13 11:25:49 +02:00
Showing only changes of commit 0b8681cf59 - Show all commits

View file

@ -1,12 +1,23 @@
--- ---
- name: Install phpmyadmin - name: Install apg
apt: apt:
name: '{{ item }}' name: apg
state: present
with_items: - name: Install phpmyadmin (Debian <=9)
- phpmyadmin apt:
- apg name: phpmyadmin
when: ansible_distribution_major_version | version_compare('9', '<=')
- include_role:
name: remount-usr
# /!\ Warning: this is a temporary hack as phpmyadmin for Buster is not yet
# available
- name: Install phpmyadmin using sid package (Debian >=10)
apt:
deb: http://mirror.evolix.org/debian/pool/main/p/phpmyadmin/phpmyadmin_4.6.6-5_all.deb
when: ansible_distribution_major_version | version_compare('10', '>=')
- name: Check if phpmyadmin default configuration is present - name: Check if phpmyadmin default configuration is present
stat: stat: