From c54c1bb67eebbd2c15de553bc52f86b057d75027 Mon Sep 17 00:00:00 2001 From: Bertrand Lanson Date: Sun, 2 Jul 2023 19:41:15 +0200 Subject: [PATCH] added gitea actions, formatting and debian 12 support --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3119692..b4b2f8c 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Available variables are listed below, along with default values. A sample file f ```yaml import_vault_root_ca_certificate_force_download: false # by default, set to false ``` -This variable defines whether the role should always download the provided certificate even if it already exists. This can be useful if you want to replace an existing CA, but note the **it breaks idempotence**. +This variable defines whether the role should always download the provided certificate even if it already exists. This can be useful if you want to replace an existing CA, but note that **it breaks idempotence**. ```yaml import_vault_root_ca_certificate_list: [] # by default, set to an empty dict