diff --git a/ansible/all.yml b/ansible/all.yml index af44395..c812441 100644 --- a/ansible/all.yml +++ b/ansible/all.yml @@ -35,3 +35,10 @@ roles: - { name: nextcloud, tags: ['nextcloud'] } +- name: deploy the dev stack + gather_facts: no + hosts: dockerhosts + tasks: + - debug: msg="Deploying awful stack to cloud server" + roles: + - { name: test, tags: ['test'] }