浏览代码

Remove apt config oldies

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'