X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=ansible%2Fconfig.yml;h=cdfec12c2669efda0abf6d7795cd3ca1329098d2;hb=77e7c55b878b35a41aace3d688ac9082f1795266;hp=fa4fadf32b5f48d742b3cabdfeffd85d5ed452d9;hpb=4c8ef3531d84beaa72b5487dfcc22ed6cdc3b249;p=config diff --git a/ansible/config.yml b/ansible/config.yml index fa4fadf..cdfec12 100644 --- a/ansible/config.yml +++ b/ansible/config.yml @@ -93,6 +93,13 @@ apt: name={{item}} state=present with_lines: cat ~/config/ansible/files/apt-mark/multimedia | sed -e 's/ *#.*$//' + # Ensure hotkeys. + # + # For some reason, the brightness hotkeys still won't be available unless acpid is restarted (yes, after reboot). + - name: ensure hotkeys + apt: name={{item}} state=present + with_lines: cat ~/config/ansible/files/apt-mark/hotkeys | sed -e 's/ *#.*$//' + # Remove undesired packages - name: collect desired packages shell: cat files/apt-mark/* | sed -e 's/ *#.*$//' > /tmp/white_list_unsorted && sort /tmp/white_list_unsorted > /tmp/white_list_sorted