From cb615fa1b6531c50b3dd42041b701f81c820b3be Mon Sep 17 00:00:00 2001 From: Markus Hauschild Date: Sun, 14 Jan 2018 19:15:29 +0100 Subject: [PATCH] certmgr: update to current version --- roles/certmgr/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/certmgr/tasks/main.yml b/roles/certmgr/tasks/main.yml index f8bf19d..9bd7918 100644 --- a/roles/certmgr/tasks/main.yml +++ b/roles/certmgr/tasks/main.yml @@ -9,7 +9,7 @@ - python-yaml - name: Install acertmgr - git: repo=https://github.com/moepman/acertmgr.git dest=/opt/acertmgr depth=1 version=480337648699cfbe321774dee1d8aa82eb27b626 + git: repo=https://github.com/moepman/acertmgr.git dest=/opt/acertmgr depth=1 version=017f55f57cb77628061b6a5f4236055c2e4d5f02 - name: Create config directories file: path={{ item }} state=directory mode=0755