add robustness after testing site.yml

This commit is contained in:
Egon Rijpkema
2017-08-02 15:22:10 +02:00
parent d907ec4969
commit 4db6499419
6 changed files with 29 additions and 22 deletions

View File

@ -10,9 +10,12 @@
- name: make mariadb settings volume
file:
path: /srv/mariadb/etc/mysql
path: "{{ item }}"
state: directory
mode: 0777
with_items:
- /srv/mariadb/lib/mysql
- /srv/mariadb/etc/mysql
- name: place settings file
copy: