Casse issue finaly??
This commit is contained in:
parent
92a9fe13b0
commit
74b0905767
@ -21,7 +21,7 @@
|
||||
- name: Add public key for deploy user
|
||||
authorized_key:
|
||||
user: "{{ item.username }}"
|
||||
key: "{{ lookup('file', playbook_dir + '/' + deploy_public_key) }}"
|
||||
key: "{{ lookup('file', deploy_public_key) }}"
|
||||
state: present
|
||||
with_items: "{{ deploy_users }}"
|
||||
register: add_identity_key
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
|
||||
deploy_public_key: files/id_ed25519_Embrevade.pub
|
||||
deploy_public_key: files/id_ed25519_embrevade.pub
|
||||
|
||||
minimal: true
|
||||
server: true
|
||||
|
Loading…
Reference in New Issue
Block a user