diff options
author | Michael Scherer <misc@redhat.com> | 2017-11-18 00:10:35 +0100 |
---|---|---|
committer | Michael Scherer <misc@redhat.com> | 2017-11-18 00:16:05 +0100 |
commit | 4e984859529e9d0c8437620522730a174f835b56 (patch) | |
tree | 5dec79ef7c8489adc728a45616fce1c53a125fe7 /roles/mariadb/handlers | |
parent | 93d331a8790d46c3dcebc1aedfe7a06c8ed3a4d0 (diff) |
Add mariadb module
Diffstat (limited to 'roles/mariadb/handlers')
-rw-r--r-- | roles/mariadb/handlers/main.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/roles/mariadb/handlers/main.yml b/roles/mariadb/handlers/main.yml deleted file mode 100644 index 6f737d9..0000000 --- a/roles/mariadb/handlers/main.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -- name: restart mariadb - service: name=mariadb state=restarted |