This website works better with JavaScript.
Почетна
Преглед
Помоћ
Регистрација
Пријавите Се
ka
/
ansible-role-ansible
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Захтеви за спајање
0
Издања
0
Вики
Activity
Преглед изворни кода
current
master
Markus Katharina Brechtel
пре 7 година
родитељ
513ca2a3ec
комит
32136d923f
2 измењених фајлова
са
6 додато
и
5 уклоњено
Подељен поглед
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
Прегледај датотеку
@@ -0,0 +1,3 @@
Package: ansible
Pin: release n=jessie-backports
Pin-Priority: 900
+ 3
- 5
tasks/setup_Debian.yml
Прегледај датотеку
@@ -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…
Откажи
Сачувај