Force latest version of openssl when uses nginx from backports

This commit is contained in:
Emilien Mantel
2016-08-11 10:36:50 +02:00
parent 887219f86c
commit c160640c7f

View File

@@ -8,7 +8,7 @@
- name: APT | Force OpenSSL from backports (fix dependency break)
apt: >
pkg=openssl
state=present
state=latest
default_release={{ ansible_distribution_release + '-backports' }}
when: nginx_backports