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"