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
current
master
Markus Katharina Brechtel
7 years ago
parent
513ca2a3ec
commit
32136d923f
2 changed files
with
6 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
files/apt-preferences
+3
-5
tasks/setup_Debian.yml
+ 3
- 0
files/apt-preferences
View File
@@ -0,0 +1,3 @@
Package: ansible
Pin: release n=jessie-backports
Pin-Priority: 900
+ 3
- 5
tasks/setup_Debian.yml
View File
@@ -1,13 +1,11 @@
---
- name:
apt preference
s
- name:
pin ansible for backport
s
copy:
src: apt-preferences
dest: /etc/apt/preferences.d/ansible
- name:
apt packages
installe
d
- name: install
ansibl
e
apt:
pkg:
"{{item}}"
pkg:
ansible
state: present
with_items:
- ansible
Write
Preview
Loading…
Cancel
Save