Procházet zdrojové kódy

ensure nginx is started

master
rodič
revize
3c547acc84
1 změnil soubory, kde provedl 5 přidání a 0 odebrání
  1. +5
    -0
      tasks/main.yml

+ 5
- 0
tasks/main.yml Zobrazit soubor

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

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

Načítá se…
Zrušit
Uložit