nginx-light: add ssl-cert depandancy

This commit is contained in:
Victor LABORIE 2017-04-19 15:55:24 +02:00
parent 0d5dd26b17
commit 6a6160c052

View file

@ -1,8 +1,11 @@
---
- name: Ensure Nginx (light) is installed
apt:
name: nginx-light
name: "{{ item }}"
state: present
with_items:
- nginx-light
- ssl-cert
notify: reload nginx
tags:
- nginx