X-Git-Url: https://plomlompom.com/repos/%7B%7Bprefix%7D%7D/balance?a=blobdiff_plain;f=ansible%2Fconfig_new.yml;h=2273f1194e0ba4f0ddc735f9bfab32fcb38e8641;hb=43f935d13162f8757130282096eba04d0c2e0be2;hp=05e77b3c14d630af185fa99302caddcc7c480d8a;hpb=892b221e73cfff4929530f808e04cf0882314b77;p=config diff --git a/ansible/config_new.yml b/ansible/config_new.yml index 05e77b3..2273f11 100644 --- a/ansible/config_new.yml +++ b/ansible/config_new.yml @@ -38,6 +38,8 @@ with_lines: cat ~/config/ansible/files/apt-mark_new/minimal/console | sed -e 's/ *#.*$//' - name: generate en_US.UTF-8 locale locale_gen: name=en_US.UTF-8 state=present + - name: Touch keyboard config file so setupcon does not ignore it. + command: touch /etc/default/keyboard - name: run setupcon to apply console settings from /etc/default/ command: setupcon @@ -90,6 +92,9 @@ - name: ensure wifi configuration apt: name={{item}} state=present with_lines: cat ~/config/ansible/files/apt-mark_new/minimal/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/ *#.*$//' # Ensure audio/video consumption necessities. #- name: ensure multimedia tools