]> git.phdru.name Git - ansible.git/blobdiff - playbooks/debian/init-local-phd.yml
Feat: Move common playbooks and roles
[ansible.git] / playbooks / debian / init-local-phd.yml
index d71f24f0a28c1e150dcaa62e1f383697444c8d0c..1c1f89fecfe3e67b79cd0ce3120433f2d407cdf5 100644 (file)
       user:
         name: phd
         groups: "{{ system_groups }}"
+    - name: Install X11
+      become: true
+      apt:
+        autoclean: yes
+        autoremove: yes
+        cache_valid_time: 3600
+        install_recommends: no
+        name: ['fvwm', 'rxvt-unicode', 'xorg']
+        state: latest
+        update_cache: yes