This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ka
/
ansible-role-ansible
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
apt pinning is no longer necesary
master
Markus Katharina Brechtel
7 years ago
parent
4107b004b5
commit
e27d26038f
2 changed files
with
0 additions
and
8 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-3
files/apt-preferences
+0
-5
tasks/setup_Debian.yml
+ 0
- 3
files/apt-preferences
View File
@@ -1,3 +0,0 @@
Package: ansible
Pin: release n=jessie-backports
Pin-Priority: 900
+ 0
- 5
tasks/setup_Debian.yml
View File
@@ -1,10 +1,5 @@
---
---
- name: pin ansible for backports
copy:
src: apt-preferences
dest: /etc/apt/preferences.d/ansible
- name: install ansible
- name: install ansible
apt:
apt:
pkg: ansible
pkg: ansible
Write
Preview
Loading…
Cancel
Save