issues
search
adfinis
/
ansible-roles
This Git repository is deprecated, there is a Git repository per role.
https://docs.adfinis-sygroup.ch/public/ansible-guide/
GNU General Public License v3.0
6
stars
6
forks
source link
Mariadb fixes
#42
Closed
keachi
closed
7 years ago
keachi
commented
7 years ago
Ubuntu has a service called
mysql
and not
mysqld
.
The main configuration directory was created with
state=file
, but should be created with
state=directory
.
The main configuration directory shouldn't be created with
recursive=yes
, this changes the modes of files under this path.
mysql
and notmysqld
.state=file
, but should be created withstate=directory
.recursive=yes
, this changes the modes of files under this path.