Remove experimental hook for now

This commit is contained in:
Luke Murphy 2020-03-22 15:48:56 +01:00
parent ae260d4b43
commit 3eb649cdbe
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 0 additions and 23 deletions

View File

@ -1,23 +0,0 @@
---
- hosts: all
gather_facts: false
tasks:
- name: Load variables
include_vars:
dir: "{{ dokku_lib_root }}/data/ansible/keycloak/vars/"
extensions:
- yml
- name: Remove mariadb database
shell: "dokku mariadb:destroy keycloak --force"
args:
removes: /var/lib/dokku/services/mariadb/keycloak
become: true
- name: Remove volume mount configuration directories
file:
path: "{{ item }}"
state: absent
with_items:
- /var/lib/dokku/services/mariadb/keycloak
become: true