Use current acertmgr version.

This commit is contained in:
Markus 2016-10-06 09:27:35 +02:00
parent f6a6309608
commit 8aa3a6c806
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
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=85fae91bcbcba649e6f302c55d287137b177b5f0
git: repo=https://github.com/moepman/acertmgr.git dest=/opt/acertmgr depth=1 version=480337648699cfbe321774dee1d8aa82eb27b626
- name: Create config directories
file: path={{ item }} state=directory mode=0755