Explorar el Código

Remove duplication with items unattended upgrades

Laurent Arnoud hace 9 años
padre
commit
353e69d299
Se han modificado 1 ficheros con 0 adiciones y 4 borrados
  1. 0
    4
      roles/common/tasks/main.yml

+ 0
- 4
roles/common/tasks/main.yml Ver fichero

@@ -43,10 +43,6 @@
43 43
   action: command dpkg-reconfigure -f noninteractive tzdata
44 44
   when: ansible_distribution == 'Debian' or ansible_distribution == 'Ubuntu'
45 45
 
46
-- name: Install unattended upgrades (Debian/Ubuntu only)
47
-  apt: pkg=unattended-upgrades state=installed
48
-  when: ansible_distribution == 'Debian' or ansible_distribution == 'Ubuntu'
49
-
50 46
 - name: Apticron email configuration
51 47
   template: src=apticron.conf.j2 dest=/etc/apticron/apticron.conf
52 48
 

Loading…
Cancelar
Guardar