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
cccfbb1fbb
commit
3d0a66bde4
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
playbooks/mpdb.yaml
+ 2
- 2
playbooks/mpdb.yaml
View File
@@ -45,7 +45,7 @@
state: present
- name: setup config on hosts
template:
src: mpd
f
.conf.j2
src: mpd
b
.conf.j2
dest: "/etc/mpdf.conf"
mode: 0644
owner: root
@@ -59,7 +59,7 @@
mode: '0755'
- name: setup service on hosts
template:
src: mpd
f
.service.j2
src: mpd
b
.service.j2
dest: "/usr/lib/systemd/system/mpd.service"
mode: 0644
owner: root
Write
Preview
Loading…
Cancel
Save