Release 10.0.0 #100

Manually merged
jlecour merged 321 commits from unstable into stable 2020-05-13 11:25:49 +02:00
Showing only changes of commit 5199a384c3 - Show all commits

View file

@ -44,6 +44,7 @@
file:
dest: /etc/phpmyadmin/
group: www-data
state: directory
- name: Set u-s permission on some binaries (/bin/ping, /usr/bin/mtr, ...)
shell: "test -f {{ item }} && chmod --verbose u-s {{ item }}"