From 596e5b6fd12f0560982376f4313563d053d51a89 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 19 Mar 2020 01:50:44 +0100 Subject: [PATCH] Add more plays --- .ansible/create-app.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .ansible/create-app.yml diff --git a/.ansible/create-app.yml b/.ansible/create-app.yml new file mode 100644 index 0000000..07886c4 --- /dev/null +++ b/.ansible/create-app.yml @@ -0,0 +1,5 @@ + +- hosts: all + tasks: + - name: Echo test + shell: echo 'create-app!'