Remove useless spaces
parent
dac586acbe
commit
541cef3d03
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
|
|
||||||
- name: restart mariadb
|
- name: restart mariadb
|
||||||
service:
|
service:
|
||||||
name: mysql
|
name: mysql
|
||||||
state: restarted
|
state: restarted
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
---
|
---
|
||||||
galaxy_info:
|
galaxy_info:
|
||||||
author: Emilien Mantel
|
author: Emilien Mantel
|
||||||
description: Install and configure MariaDB (and Galera Cluster) on Debian
|
description: Install and configure MariaDB (and Galera Cluster) on Debian
|
||||||
company:
|
company:
|
||||||
license: GPLv2
|
license: GPLv2
|
||||||
min_ansible_version: 2.5
|
min_ansible_version: 2.5
|
||||||
platforms:
|
platforms:
|
||||||
|
@ -21,4 +21,4 @@ galaxy_info:
|
||||||
- cluster
|
- cluster
|
||||||
- stretch
|
- stretch
|
||||||
dependencies: []
|
dependencies: []
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue