From e8ea669070b8e0f0876222f87ccb87765b809227 Mon Sep 17 00:00:00 2001 From: Pim Kunis Date: Tue, 25 Apr 2023 16:55:40 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 429e971..149fb3e 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Notable, it has the following limitations: The following variables must be set before calling the role: - `ssh_ca_dir`: Working directory for the certificate authority -- `ssh_ca_key_pair`: List of CA key pairs +- `ssh_ca_key_pairs`: List of CA key pairs - `name`: File name of the CA key pair - `public_key`: Public key contents on the key pair - `private_key`: Private key contents on the key pair