X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=ansible%2Fconfig.yml;h=ffec8f089007a8c0f253f887bb627966381a48ff;hb=2e60a553b43773ff270986bc354ed3d12b27c68a;hp=16b56518bf13921fcb3c97f72cd5aea1e379f8b2;hpb=43644c3abe7266c2c18844670e722b0d60078eb7;p=config diff --git a/ansible/config.yml b/ansible/config.yml index 16b5651..ffec8f0 100644 --- a/ansible/config.yml +++ b/ansible/config.yml @@ -88,7 +88,11 @@ - xinit # contains startx - libpam-systemd # needed to start X as non-root - name: ensure 3d acceleration and optimus switch + apt: name={{item}} state=present + with_items: + - linux-headers-amd64 # necessary to build proper nvidia-driver module - libgl1-mesa-dri # necessary for OpenGL 3D acceleration to work + - libglu1-mesa # necessary for OpenGL 3D acceleration to work - bumblebee-nvidia - primus - name: ensure basic X tools