Browse Source

working on changes, and debugging

master
Erin Sims 2 years ago
parent
commit
c0f7fe2a02
1 changed files with 3 additions and 5 deletions
  1. +3
    -5
      playbooks/mpdf.yaml

+ 3
- 5
playbooks/mpdf.yaml View File

@@ -38,9 +38,7 @@
buffer_before_play: 1% buffer_before_play: 1%
tasks: tasks:
- debug:
msg: "{{ playlist_directory }}" #"{{ service_name }}"
- name: Install mpdf on hosts
- name: Install mpdf on hosts
apt: apt:
name: mpd name: mpd
state: present state: present
@@ -52,7 +50,7 @@
mode: 0644 mode: 0644
owner: root owner: root
group: root group: root
notify:
- restart mpd
# notify:
# - restart mpd
loop: "{{ range(1,count|int + 1) }}" loop: "{{ range(1,count|int + 1) }}"



Loading…
Cancel
Save