X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=ansible%2Fconfig_new.yml;h=571bf1af1af5b4eb3029baaf50f165766ad0d149;hb=78a58b6974b4ac8eceee5582c8f057464b3e99a1;hp=47ffbd3cb38e09328035d202cddab75007b7d577;hpb=2b50059ff7d887f00a9a1f70acef9fb300624203;p=config diff --git a/ansible/config_new.yml b/ansible/config_new.yml index 47ffbd3..571bf1a 100644 --- a/ansible/config_new.yml +++ b/ansible/config_new.yml @@ -29,6 +29,7 @@ - name: ensure power management tools are installed apt: name={{item}} state=present with_lines: cat ~/config/ansible/files/apt-mark_new/minimal/power_management | sed -e 's/ *#.*$//' + with_lines: cat ~/config/ansible/files/apt-mark_new/X200s/power_management | sed -e 's/ *#.*$//' - name: start TLP shell: tlp start @@ -102,6 +103,7 @@ - name: ensure wifi configuration apt: name={{item}} state=present with_lines: cat ~/config/ansible/files/apt-mark_new/minimal/wifi | sed -e 's/ *#.*$//' + with_lines: cat ~/config/ansible/files/apt-mark_new/X200s/wifi | sed -e 's/ *#.*$//' #- name: ensure wicd # apt: name={{item}} state=present # with_lines: cat ~/config/ansible/files/apt-mark_new/W530/wicd | sed -e 's/ *#.*$//'