X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=ansible%2Fconfig.yml;h=3386c91a46f6e3c25be3fc79d4e8c07c172d1c28;hb=1e8e425dc22b77823519753a4df977964ae472ec;hp=cdfec12c2669efda0abf6d7795cd3ca1329098d2;hpb=77e7c55b878b35a41aace3d688ac9082f1795266;p=config diff --git a/ansible/config.yml b/ansible/config.yml index cdfec12..3386c91 100644 --- a/ansible/config.yml +++ b/ansible/config.yml @@ -74,6 +74,8 @@ - name: ensure 3d acceleration and optimus switch apt: name={{item}} state=present with_lines: cat ~/config/ansible/files/apt-mark/3d_acceleration | sed -e 's/ *#.*$//' + - name: ensure user plom is in bumblebee group + user: name=plom groups=bumblebee append=yes - name: ensure basic X tools apt: name={{item}} state=present with_lines: cat ~/config/ansible/files/apt-mark/basic_x_tools | sed -e 's/ *#.*$//'