Переглянути джерело

apt pinning is no longer necesary

master
Markus Katharina Brechtel 7 роки тому
джерело
коміт
e27d26038f
2 змінених файлів з 0 додано та 8 видалено
  1. +0
    -3
      files/apt-preferences
  2. +0
    -5
      tasks/setup_Debian.yml

+ 0
- 3
files/apt-preferences Переглянути файл

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

+ 0
- 5
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


Завантаження…
Відмінити
Зберегти