Ansible repo for digital ocean projects
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

uninstall_mpd.yaml 136 B

12345678
  1. - hosts: all
  2. gather_facts: false
  3. vars:
  4. tasks:
  5. - name: remove mpd on hosts
  6. apt:
  7. name: mpd
  8. state: absent