From d389cb2361b1d4233c457435cf026984327b110d Mon Sep 17 00:00:00 2001 From: Thomas Constans Date: Mon, 10 May 2021 22:02:50 +0200 Subject: [PATCH] ssh key --- 08_Setup/setup.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/08_Setup/setup.yml b/08_Setup/setup.yml index 23f2e07..50d2adc 100644 --- a/08_Setup/setup.yml +++ b/08_Setup/setup.yml @@ -32,7 +32,4 @@ - name: deploy ssh key authorized_key: user: ansible - key: "{{ item }}" - loop: - - "{{ lookup( 'file', '~/.ssh/id_rsa.pub' ) }}" - - "https://infra.opendoor.fr/id_rsa.pub" \ No newline at end of file + key: "https://infra.opendoor.fr/id_rsa.pub" \ No newline at end of file