Force latest version of openssl when uses nginx from backports

pull/22/head
Emilien Mantel 2016-08-11 10:36:50 +02:00
parent 887219f86c
commit c160640c7f
1 changed files with 1 additions and 1 deletions

View File

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