From f25d2c2010ca33a4e76b3e42a4abeb10c5277bcc Mon Sep 17 00:00:00 2001 From: Alexander Gabriel Date: Sun, 6 Jun 2021 19:17:29 +0100 Subject: [PATCH] 2nd run destroyed ca.json --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index b4dfddd..c5af148 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -93,7 +93,7 @@ path: /etc/step-ca/.step/config/ca.json line: "{{'\t'}}{{'\t'}}\"type\": \"badgerV2\"," state: present - regexp: "^{{'\t'}}{{'\t'}}\"type\": \"badger\"," + regexp: "^{{'\t'}}{{'\t'}}\"type\": \"badger" notify: - restart step-ca