浏览代码

ensure nginx is started

master
父节点
当前提交
3c547acc84
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. +5
    -0
      tasks/main.yml

+ 5
- 0
tasks/main.yml 查看文件

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

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

正在加载...
取消
保存