install the _correct_ key
This commit is contained in:
parent
77e117a8bf
commit
6667996d4e
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
||||||
- name: Deploy controller public ssh keys to osbs cluster hosts
|
- name: Deploy controller public ssh keys to osbs cluster hosts
|
||||||
authorized_key:
|
authorized_key:
|
||||||
user: root
|
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 }}/yumrepos.yml"
|
||||||
- include: "{{ tasks_path }}/2fa_client.yml"
|
- include: "{{ tasks_path }}/2fa_client.yml"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue