Browse Source

typo on mariadb role

pull/1/head
theonlydoo 9 years ago
parent
commit
d5b67ef060
1 changed files with 2 additions and 3 deletions
  1. +2
    -3
      mariadb.yml

+ 2
- 3
mariadb.yml View File

@ -1,12 +1,11 @@
---
- name: Deployer et configurer un serveur mail complet
- name: Deployer et configurer mariadb
hosts: all
user: root
gather_facts: yes
roles:
# - mariadb
- mail
- mariadb
# vim: set textwidth=0 ft=yaml ts=2 sw=2 expandtab:

Loading…
Cancel
Save