From f80e4e5dfe18b230a90cf3cff3fff0771b7dbd02 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 19 Mar 2020 01:57:09 +0100 Subject: [PATCH] Clean up and add header marker --- .ansible/create-app.yml | 2 +- .ansible/post-deploy.yml | 2 +- .ansible/pre-deploy.yml | 1 - .ansible/requirements.yml | 1 - 4 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.ansible/create-app.yml b/.ansible/create-app.yml index 07886c4..ba4b021 100644 --- a/.ansible/create-app.yml +++ b/.ansible/create-app.yml @@ -1,4 +1,4 @@ - +--- - hosts: all tasks: - name: Echo test diff --git a/.ansible/post-deploy.yml b/.ansible/post-deploy.yml index 35308d6..9555715 100644 --- a/.ansible/post-deploy.yml +++ b/.ansible/post-deploy.yml @@ -1,4 +1,4 @@ - +--- - hosts: all tasks: - name: Echo test diff --git a/.ansible/pre-deploy.yml b/.ansible/pre-deploy.yml index b44d6be..eb7e847 100644 --- a/.ansible/pre-deploy.yml +++ b/.ansible/pre-deploy.yml @@ -1,5 +1,4 @@ --- - - hosts: all tasks: - name: Echo test diff --git a/.ansible/requirements.yml b/.ansible/requirements.yml index 24ec28c..0dddf53 100644 --- a/.ansible/requirements.yml +++ b/.ansible/requirements.yml @@ -1,4 +1,3 @@ --- - - src: dokku_bot.ansible_dokku version: v2020.3.15