소스 검색

i made an uninstall yaml file so that we could get mpd off other boxe

master
erin sims 2 년 전
부모
커밋
9d79115a80
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. +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

불러오는 중...
취소
저장