Modify certmgr for Debian stretch.

This commit is contained in:
Markus 2017-09-09 11:23:30 +02:00
parent c43a927779
commit 008b0efd1b
1 changed files with 2 additions and 7 deletions

View File

@ -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