This repository has been archived on 2020-05-07. You can view files and clone it, but cannot push or open issues or pull requests.
dokku-ansible-deploy/plays/postdelete/postdelete.yml

9 lines
180 B
YAML
Raw Permalink Normal View History

2020-04-14 09:30:40 +00:00
---
- hosts: all
gather_facts: false
tasks:
- include: ../commonlib/vars.yml
- include: ./lib/dirs.yml
- include: ./lib/database.yml
2020-04-14 10:34:09 +00:00
- include: ./lib/hooks.yml