From f1e0ee72ab0e1c691299b98bb143397c2bf30886 Mon Sep 17 00:00:00 2001 From: Seth Vidal Date: Tue, 4 Jun 2013 20:58:49 +0000 Subject: [PATCH] the actual ssh key - not the string TO the ssh key --- tasks/mirrorlist.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/mirrorlist.yml b/tasks/mirrorlist.yml index 5bfd97a019..bde01b47bd 100644 --- a/tasks/mirrorlist.yml +++ b/tasks/mirrorlist.yml @@ -14,7 +14,7 @@ # mirrormanager user ssh key(s) - name: add authorized_keys for mirrormanager - authorized_key: key=$files/mirrorlist/mm-authorized_key user=mirrormanager state=present + authorized_key: key='$FILE($files/mirrorlist/mm-authorized_key)' user=mirrormanager state=present # install mirrorlist-server.conf apache config - name: mirrorlist-server apache conf