X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=ansible%2Fconfig_new.yml;h=9f08e21bbf3dd42b1bd0535ab3bade1efa1ab8ce;hb=cb92aa8edebf12ebc471abd0e2c32de1ec01cc41;hp=8153fc9199e206f4e870386070a1b6329e88529d;hpb=f1cbf7c7611fba5792113f9e89d821998f7e06e2;p=config diff --git a/ansible/config_new.yml b/ansible/config_new.yml index 8153fc9..9f08e21 100644 --- a/ansible/config_new.yml +++ b/ansible/config_new.yml @@ -75,10 +75,10 @@ - name: ensure minimal X window environment apt: name={{item}} state=present with_lines: cat ~/config/ansible/files/apt-mark_new/minimal/minimal_x | sed -e 's/ *#.*$//' - - name: ensure 3d acceleration core + - name: ensure 3d acceleration apt: name={{item}} state=present with_lines: cat ~/config/ansible/files/apt-mark_new/minimal/3d_acceleration | sed -e 's/ *#.*$//' - #- name: ensure further 3d acceleration and optimus switch + #- name: ensure optimus switch # apt: name={{item}} state=present # with_lines: cat ~/config/ansible/files/apt-mark_new/W530/3d_acceleration | sed -e 's/ *#.*$//' #- name: ensure user plom is in bumblebee group