From 14cba082ce8779c25669735225935e4cc7aa3416 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sat, 20 Aug 2016 22:30:57 +0300 Subject: [PATCH] - Include pkgs and desktop as part of workstation. --- workstation.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/workstation.yml b/workstation.yml index 281e0be..e4c9fc5 100644 --- a/workstation.yml +++ b/workstation.yml @@ -1,4 +1,6 @@ --- +- include: desktop.yml +- include: pkgs.yml - hosts: all become: yes become_user: root -- GitLab