Explorar el Código

apt pinning is no longer necesary

master
padre
commit
e27d26038f
Se han modificado 2 ficheros con 0 adiciones y 8 borrados
  1. +0
    -3
      files/apt-preferences
  2. +0
    -5
      tasks/setup_Debian.yml

+ 0
- 3
files/apt-preferences Ver fichero

@@ -1,3 +0,0 @@
Package: ansible
Pin: release n=jessie-backports
Pin-Priority: 900

+ 0
- 5
tasks/setup_Debian.yml Ver fichero

@@ -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


Cargando…
Cancelar
Guardar