From 6667996d4ef41963ab6ac063a2c41527e4f458d5 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 11 May 2017 15:14:05 +0000 Subject: [PATCH] install the _correct_ key --- playbooks/groups/os-cluster.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/groups/os-cluster.yml b/playbooks/groups/os-cluster.yml index 4572d1f969..fb14f8ff94 100644 --- a/playbooks/groups/os-cluster.yml +++ b/playbooks/groups/os-cluster.yml @@ -26,7 +26,7 @@ - name: Deploy controller public ssh keys to osbs cluster hosts authorized_key: user: root - key: "{{ lookup('file', '{{private}}/files/osbs/{{env}}/control_key.pub') }}" + key: "{{ lookup('file', '{{private}}/files/os/{{env}}/control_key.pub') }}" - include: "{{ tasks_path }}/yumrepos.yml" - include: "{{ tasks_path }}/2fa_client.yml"