diff options
Diffstat (limited to 'ansible/mw.yml')
-rw-r--r-- | ansible/mw.yml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/ansible/mw.yml b/ansible/mw.yml index 1ae18da..d4d6c1a 100644 --- a/ansible/mw.yml +++ b/ansible/mw.yml @@ -5,5 +5,11 @@ - secrets.yml roles: - timezone - - lxc-machine - - mw-backend + tasks: + - name: unix-machine + import_role: name=unix-machine + tags: unix-machine + + - name: lxc-machine + import_role: name=lxc-machine + tags: lxc-machine |