소스 검색

apt pinning is no longer necesary

master
부모
커밋
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


불러오는 중...
취소
저장