This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
lilik_playbook
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
better format service playbook
phabricator
Edoardo Putti
8 years ago
parent
3b2e3ec803
commit
60d4a04a39
1 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
tasks/service.yaml
+ 3
- 1
tasks/service.yaml
View File
@ -8,4 +8,6 @@
install_recommends
:
'{{ install_recommends | default("no") }}'
with_items
:
"{{ service_packages }}"
-
name
:
start {{ service_name }} at boot
service
:
name="{{ service_name }}" enabled=yes
service:
name
:
"{{ service_name }}"
enabled
:
yes
Write
Preview
Loading…
Cancel
Save