This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ka
/
ansible-role-nginx
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
ensure nginx is started
master
Markus Katharina Brechtel
6 years ago
parent
570ddfdcea
commit
3c547acc84
1 changed files
with
5 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
tasks/main.yml
+ 5
- 0
tasks/main.yml
View File
@@ -32,3 +32,8 @@
with_items: "{{ nginx_vhosts }}"
with_items: "{{ nginx_vhosts }}"
loop_control:
loop_control:
loop_var: vhost
loop_var: vhost
- name: ensure nginx is started
service:
name: nginx
state: started
Write
Preview
Loading…
Cancel
Save