Emmanuel Bouthenot пре 6 година
родитељ
комит
45ea1779a5
1 измењених фајлова са 0 додато и 7 уклоњено
  1. 0 7
      roles/common/tasks/base.yml

+ 0 - 7
roles/common/tasks/base.yml

@@ -15,13 +15,6 @@
     update_cache: yes
   when: apt_sources.changed
 
-- name: 'Remove deprecated apt options files'
-  file:
-    path: '/etc/apt/apt.conf.d/{{ item }}'
-    state: 'absent'
-  with_items:
-    - '90local'
-
 - name: 'Write /etc/apt/apt.conf.d configuration files'
   template:
     src: 'apt/apt-{{ item }}.j2'