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
working on changes, and debugging
master
Erin Sims
2 years ago
parent
3d0d82f11a
commit
c0f7fe2a02
1 changed files
with
3 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-5
playbooks/mpdf.yaml
+ 3
- 5
playbooks/mpdf.yaml
View File
@@ -38,9 +38,7 @@
buffer_before_play: 1%
tasks:
- debug:
msg: "{{ playlist_directory }}" #"{{ service_name }}"
- name: Install mpdf on hosts
- name: Install mpdf on hosts
apt:
name: mpd
state: present
@@ -52,7 +50,7 @@
mode: 0644
owner: root
group: root
notify:
- restart mpd
#
notify:
#
- restart mpd
loop: "{{ range(1,count|int + 1) }}"
Write
Preview
Loading…
Cancel
Save