This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Thrace-lan.info
/
ansible
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
i made an uninstall yaml file so that we could get mpd off other boxe
master
erin sims
2 years ago
parent
fd2186e150
commit
9d79115a80
1 changed files
with
8 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+8
-0
playbooks/uninstall_mpd.yaml
+ 8
- 0
playbooks/uninstall_mpd.yaml
View File
@@ -0,0 +1,8 @@
- hosts: all
gather_facts: false
vars:
tasks:
- name: remove mpd on hosts
apt:
name: mpd
state: absent
Write
Preview
Loading…
Cancel
Save