Move to supply-config style dir

This commit is contained in:
Luke Murphy
2020-03-19 02:20:54 +01:00
parent 025a970284
commit f7b02b2ef8
4 changed files with 0 additions and 0 deletions

View File

@ -0,0 +1,5 @@
---
- hosts: all
tasks:
- name: Echo test
shell: echo 'create-app!'

View File

@ -0,0 +1,5 @@
---
- hosts: all
tasks:
- name: Echo test
shell: echo 'post-deploy!'

View File

@ -0,0 +1,5 @@
---
- hosts: all
tasks:
- name: Echo test
shell: echo 'pre-deploy!'

View File

@ -0,0 +1,3 @@
---
- src: dokku_bot.ansible_dokku
version: v2020.3.15