Kaynağa Gözat

ensure nginx is started

master
ebeveyn
işleme
3c547acc84
1 değiştirilmiş dosya ile 5 ekleme ve 0 silme
  1. +5
    -0
      tasks/main.yml

+ 5
- 0
tasks/main.yml Dosyayı Görüntüle

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

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

Yükleniyor…
İptal
Kaydet