Browse Source

working on changes, and debugging

master
Erin Sims 2 years ago
parent
commit
54c42dae06
1 changed files with 8 additions and 8 deletions
  1. +8
    -8
      playbooks/mpdf.yaml

+ 8
- 8
playbooks/mpdf.yaml View File

@@ -66,14 +66,14 @@
group: root
mode: '0755'
loop: "{{ range(1,count|int + 1) }}"
- name: mpdf pid file
file:
path: "/var/lib/mpd{{ item }}/pid"
state: touch
owner: root
group: root
mode: '0755'
loop: "{{ range(1,count|int + 1) }}"
# - name: mpdf pid file
# file:
# path: "/var/lib/mpd{{ item }}/pid"
# state: touch
# owner: root
# group: root
# mode: '0755'
#loop: "{{ range(1,count|int + 1) }}"
- name: mpdf music directory
file:
path: "/var/lib/mpd{{ item }}/music"


Loading…
Cancel
Save