aboutsummaryrefslogtreecommitdiffstats
path: root/playbooks/linux_laptops.yml
diff options
context:
space:
mode:
Diffstat (limited to 'playbooks/linux_laptops.yml')
-rw-r--r--playbooks/linux_laptops.yml7
1 files changed, 3 insertions, 4 deletions
diff --git a/playbooks/linux_laptops.yml b/playbooks/linux_laptops.yml
index c841e95..a3c62a6 100644
--- a/playbooks/linux_laptops.yml
+++ b/playbooks/linux_laptops.yml
@@ -1,10 +1,9 @@
-- import_playbook: common.yml
- vars:
- hostlist: linux_laptops
-
- name: configure linux desktop environment
hosts: linux_laptops
roles:
+ - role: common
+ tags: common
+
- role: dev_environment
tags: dev