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!'