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
add option to install recommends packages
mail
Andrea Cimbalo
8 years ago
parent
00383ad2c3
commit
fb8903a80e
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
tasks/service.yaml
+ 1
- 0
tasks/service.yaml
View File
@ -5,6 +5,7 @@
state
:
present
update_cache
:
yes
cache_valid_time
:
3600
install_recommends
:
'{{ install_recommends | default("no") }}'
with_items
:
"{{ service_packages }}"
-
name
:
start {{ service_name }} at boot
service
:
name="{{ service_name }}" enabled=yes
Write
Preview
Loading…
Cancel
Save