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