From 008b0efd1bf9e7f399bb34fc46665eeb0d0b590c Mon Sep 17 00:00:00 2001 From: Markus Hauschild Date: Sat, 9 Sep 2017 11:23:30 +0200 Subject: [PATCH] Modify certmgr for Debian stretch. --- roles/certmgr/tasks/main.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/roles/certmgr/tasks/main.yml b/roles/certmgr/tasks/main.yml index a362160..1ee3dfd 100644 --- a/roles/certmgr/tasks/main.yml +++ b/roles/certmgr/tasks/main.yml @@ -1,18 +1,13 @@ --- -- name: Enable backports - apt_repository: repo='deb http://httpredir.debian.org/debian jessie-backports main' state=present - - name: Install dependencies - apt: name={{ item }} state=present + apt: name={{ item }} with_items: - git - python-dateutil + - python-openssl - python-yaml -- name: Install python-openssl - apt: name=python-openssl default_release=jessie-backports state=latest - - name: Install acertmgr git: repo=https://github.com/moepman/acertmgr.git dest=/opt/acertmgr depth=1 version=480337648699cfbe321774dee1d8aa82eb27b626