diff --git a/roles/certmgr/tasks/main.yml b/roles/certmgr/tasks/main.yml index 238262f..d91b8a9 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=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