aboutsummaryrefslogtreecommitdiffstats
path: root/playbooks/linux_desktops.yml
diff options
context:
space:
mode:
authorStonewall Jackson <stonewall@sacredheartsc.com>2023-02-04 08:42:21 -0500
committerStonewall Jackson <stonewall@sacredheartsc.com>2023-02-04 08:45:42 -0500
commit29d67e764c544789e74fdf3cbf4626bea758699b (patch)
tree96c8612db7eeabbdf1ee173b6698c62a64da9283 /playbooks/linux_desktops.yml
parentc4115b174d408a576c418c05dc5b4b5ac845b26d (diff)
downloadselfhosted-29d67e764c544789e74fdf3cbf4626bea758699b.tar.gz
selfhosted-29d67e764c544789e74fdf3cbf4626bea758699b.zip
move common setup from playbook into role
Diffstat (limited to 'playbooks/linux_desktops.yml')
-rw-r--r--playbooks/linux_desktops.yml7
1 files changed, 3 insertions, 4 deletions
diff --git a/playbooks/linux_desktops.yml b/playbooks/linux_desktops.yml
index d7c2fee..6fa6570 100644
--- a/playbooks/linux_desktops.yml
+++ b/playbooks/linux_desktops.yml
@@ -1,10 +1,9 @@
-- import_playbook: common.yml
- vars:
- hostlist: linux_desktops
-
- name: configure linux desktop environment
hosts: linux_desktops
roles:
+ - role: common
+ tags: common
+
- role: dev_environment
tags: dev