diff --git a/roles/certmgr/tasks/main.yml b/roles/certmgr/tasks/main.yml index 5a757ce..238262f 100644 --- a/roles/certmgr/tasks/main.yml +++ b/roles/certmgr/tasks/main.yml @@ -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=6e9742ca8b73aa4db70475fd1fcd97543559b140 + git: repo=https://github.com/moepman/acertmgr.git dest=/opt/acertmgr depth=1 version=85fae91bcbcba649e6f302c55d287137b177b5f0 - name: Create config directories file: path={{ item }} state=directory mode=0755