From 7a004e4d8f97a4d42b66148c66988d4e061e1677 Mon Sep 17 00:00:00 2001 From: Markus Hauschild Date: Sun, 14 Jan 2018 18:40:19 +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