From 84d846f955709edd695154eff061362206f6ba5f Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sun, 4 Aug 2019 11:24:32 +0300 Subject: [PATCH] Feat(init-local-phd): Install X11 --- playbooks/debian/init-local-phd.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/playbooks/debian/init-local-phd.yml b/playbooks/debian/init-local-phd.yml index d71f24f..2a740e5 100644 --- a/playbooks/debian/init-local-phd.yml +++ b/playbooks/debian/init-local-phd.yml @@ -19,3 +19,13 @@ user: name: phd groups: "{{ system_groups }}" + - name: Install X11 + become: true + apt: + autoclean: yes + autoremove: yes + install_recommends: no + name: ['fvwm', 'rxvt-unicode', 'xorg'] + purge: yes + state: latest + update_cache: yes -- 2.39.2