From 3ff832bca4e3f90ecfeaf9b9e58f15c68a1669e6 Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Thu, 19 Oct 2023 11:18:39 +0200 Subject: [PATCH] Drop ssh_keypairs_install_authorized_keys reference This variable does not exist outside of the contenxt of this playbook so can be safely removed. Change-Id: Icdf8c2cafe145a9edab8211443a8c4414fe823ea --- playbooks/certificate-ssh-authority.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/playbooks/certificate-ssh-authority.yml b/playbooks/certificate-ssh-authority.yml index f1c56fde9a..acd539fb6e 100644 --- a/playbooks/certificate-ssh-authority.yml +++ b/playbooks/certificate-ssh-authority.yml @@ -28,4 +28,3 @@ ssh_keypairs: "{{ openstack_ssh_keypairs_authorities }}" ssh_keypairs_install_authorities: false ssh_keypairs_install_keypairs: false - ssh_keypairs_install_authorized_keys: false