Przeglądaj źródła

ensure nginx is started

master
rodzic
commit
3c547acc84
1 zmienionych plików z 5 dodań i 0 usunięć
  1. +5
    -0
      tasks/main.yml

+ 5
- 0
tasks/main.yml Wyświetl plik

@@ -32,3 +32,8 @@
with_items: "{{ nginx_vhosts }}"
loop_control:
loop_var: vhost

- name: ensure nginx is started
service:
name: nginx
state: started

Ładowanie…
Anuluj
Zapisz