From: Oleg Broytman Date: Sun, 4 Aug 2019 08:24:32 +0000 (+0300) Subject: Feat(init-local-phd): Install X11 X-Git-Url: https://git.phdru.name/?p=ansible.git;a=commitdiff_plain;h=84d846f955709edd695154eff061362206f6ba5f Feat(init-local-phd): Install X11 --- 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