patch mailman to add a simple question-and-answer CAPTCHA
[ansible.git] / roles / base / tasks / main.yml
index 8ac63b031d4026020c81b76eef50d4679c298231..d1c108c9a5f28ef50c235ee989686bb1e9e662b2 100644 (file)
@@ -3,7 +3,7 @@
   when: not (ansible_distribution == "Debian" and ansible_lsb.major_release|int >= 9)
   command: "false"
 - name: detect if we have backports in the sources.list
-  command: fgrep backports /etc/apt/sources.list
+  command: 'fgrep backports /etc/apt/sources.list'
   register: backports
   failed_when: backports.rc == 2
   changed_when: False
@@ -15,7 +15,7 @@
 - name: install needrestart (from backports)
   apt: name=needrestart state=latest default_release={{ansible_distribution_release}}-backports
 - name: install some basic tools
-  apt: name=aptitude,rsync,git,mercurial,curl,apt-transport-https,psmisc,dnsutils,tree,htop state=latest
+  apt: name=aptitude,rsync,git,mercurial,curl,apt-transport-https,psmisc,dnsutils,tree,htop,acl state=latest
 # configuration
 - name: configure root shell
   copy: