From c160640c7fd89bc675550ec4d0807b11181098d8 Mon Sep 17 00:00:00 2001 From: Emilien Mantel Date: Thu, 11 Aug 2016 10:36:50 +0200 Subject: [PATCH] Force latest version of openssl when uses nginx from backports --- tasks/install_Debian.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/install_Debian.yml b/tasks/install_Debian.yml index ca68e59..b9cc8ca 100644 --- a/tasks/install_Debian.yml +++ b/tasks/install_Debian.yml @@ -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