Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
ka
/
ansible-role-nginx
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
ensure nginx is started
master
Markus Katharina Brechtel
6 anni fa
parent
570ddfdcea
commit
3c547acc84
1 ha cambiato i file
con
5 aggiunte
e
0 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
tasks/main.yml
+ 5
- 0
tasks/main.yml
Vedi File
@@ -32,3 +32,8 @@
with_items: "{{ nginx_vhosts }}"
loop_control:
loop_var: vhost
- name: ensure nginx is started
service:
name: nginx
state: started
Write
Preview
Loading…
Annulla
Salva