install the _correct_ key

This commit is contained in:
Kevin Fenzi 2017-05-11 15:14:05 +00:00
parent 77e117a8bf
commit 6667996d4e

View file

@ -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"