Casse issue finaly??

This commit is contained in:
Bertrand Benjamin 2018-08-25 15:04:51 +02:00
parent 92a9fe13b0
commit 74b0905767
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -1,6 +1,6 @@
---
deploy_public_key: files/id_ed25519_Embrevade.pub
deploy_public_key: files/id_ed25519_embrevade.pub
minimal: true
server: true