X-Git-Url: https://plomlompom.com/repos/foo.html?a=blobdiff_plain;f=ansible%2Fconfig.yml;h=9167ee86e1ba4373d2fc1940deab2c1b7bbf7055;hb=78b04c425b3186833bddd4b4df0d318632fef863;hp=a546c5388a989f6738d02b7f911ff238facf8b98;hpb=b3cae7b5b7ce4195bb08f3b993a652a11d0c12a1;p=config diff --git a/ansible/config.yml b/ansible/config.yml index a546c53..9167ee8 100644 --- a/ansible/config.yml +++ b/ansible/config.yml @@ -80,6 +80,11 @@ apt: name={{item}} state=present with_lines: cat ~/config/ansible/files/apt-mark/browser_environment | sed -e 's/ *#.*$//' + # Ensure audio/video consumption necessities. + - name: ensure multimedia tools + apt: name={{item}} state=present + with_lines: cat ~/config/ansible/files/apt-mark/multimedia | 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