From 5b55bdd257489e776936fa86e13b0f24bfec0be6 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 30 Aug 2013 19:32:00 +0000 Subject: [PATCH] Fix path to root key --- tasks/cloud_setup_basic.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/cloud_setup_basic.yml b/tasks/cloud_setup_basic.yml index be3f861d56..84a94257d6 100644 --- a/tasks/cloud_setup_basic.yml +++ b/tasks/cloud_setup_basic.yml @@ -33,7 +33,7 @@ - name: add ansible root key action: authorized_key user=root key="{{ item }}" with_file: - - ${files}/common/ansible-pub-key + - /srv/web/infra/ansible/roles/base/files/ansible-pub-key tags: - config