From e27d26038fa84723fb37dd852f117a703e5c2add Mon Sep 17 00:00:00 2001 From: Markus Katharina Brechtel Date: Thu, 31 Aug 2017 02:48:03 +0000 Subject: [PATCH] apt pinning is no longer necesary --- files/apt-preferences | 3 --- tasks/setup_Debian.yml | 5 ----- 2 files changed, 8 deletions(-) delete mode 100644 files/apt-preferences diff --git a/files/apt-preferences b/files/apt-preferences deleted file mode 100644 index 5720b61..0000000 --- a/files/apt-preferences +++ /dev/null @@ -1,3 +0,0 @@ - Package: ansible - Pin: release n=jessie-backports - Pin-Priority: 900 diff --git a/tasks/setup_Debian.yml b/tasks/setup_Debian.yml index 2b868e9..e8c4d3a 100644 --- a/tasks/setup_Debian.yml +++ b/tasks/setup_Debian.yml @@ -1,10 +1,5 @@ --- -- name: pin ansible for backports - copy: - src: apt-preferences - dest: /etc/apt/preferences.d/ansible - - name: install ansible apt: pkg: ansible