Fix name of key_file variable

This commit is contained in:
2023-09-05 10:49:03 -04:00
parent cfe40da677
commit 1dc4f98432
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ pvc:
release: DEBIAN_RELEASE
ansible:
path: "ROOT_DIRECTORY/repo"
keyfile: "ROOT_DIRECTORY/id_ed25519"
key_file: "ROOT_DIRECTORY/id_ed25519"
remote: "GIT_REMOTE"
branch: "GIT_BRANCH"
clusters_file: "clusters.yml"