X-Git-Url: https://plomlompom.com/repos/%7B%7Bdb.prefix%7D%7D/calendar?a=blobdiff_plain;f=ansible%2Fconfig.yml;h=f2cb77ea1264eb5bbade9d65708220a448ad7c84;hb=592c97158efdc6d5e9e372c3aade848d829a2f74;hp=9167ee86e1ba4373d2fc1940deab2c1b7bbf7055;hpb=78b04c425b3186833bddd4b4df0d318632fef863;p=config diff --git a/ansible/config.yml b/ansible/config.yml index 9167ee8..f2cb77e 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 wifi. + - name: ensure wifi configuration + apt: name={{item}} state=present + with_lines: cat ~/config/ansible/files/apt-mark/wifi | sed -e 's/ *#.*$//' + # Ensure audio/video consumption necessities. - name: ensure multimedia tools apt: name={{item}} state=present