This website works better with JavaScript.
Почетна
Преглед
Помоћ
Регистрација
Пријавите Се
Thrace-lan.info
/
ansible
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Захтеви за спајање
0
Издања
0
Вики
Activity
Преглед изворни кода
i made an uninstall yaml file so that we could get mpd off other boxe
master
erin sims
пре 2 година
родитељ
fd2186e150
комит
9d79115a80
1 измењених фајлова
са
8 додато
и
0 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+8
-0
playbooks/uninstall_mpd.yaml
+ 8
- 0
playbooks/uninstall_mpd.yaml
Прегледај датотеку
@@ -0,0 +1,8 @@
- hosts: all
gather_facts: false
vars:
tasks:
- name: remove mpd on hosts
apt:
name: mpd
state: absent
Write
Preview
Loading…
Откажи
Сачувај