Explorar el Código

ensure nginx is started

master
padre
commit
3c547acc84
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. +5
    -0
      tasks/main.yml

+ 5
- 0
tasks/main.yml Ver fichero

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

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

Cargando…
Cancelar
Guardar