diff --git a/.dokku/ansible/create-app.yml b/.dokku/ansible/create-app.yml deleted file mode 100644 index ba4b021..0000000 --- a/.dokku/ansible/create-app.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -- hosts: all - tasks: - - name: Echo test - shell: echo 'create-app!' diff --git a/.dokku/ansible/post-deploy.yml b/ansible/post-deploy.yml similarity index 100% rename from .dokku/ansible/post-deploy.yml rename to ansible/post-deploy.yml diff --git a/.dokku/ansible/pre-deploy.yml b/ansible/pre-deploy.yml similarity index 100% rename from .dokku/ansible/pre-deploy.yml rename to ansible/pre-deploy.yml diff --git a/.dokku/ansible/requirements.yml b/ansible/requirements.yml similarity index 100% rename from .dokku/ansible/requirements.yml rename to ansible/requirements.yml