From e4d0c7b0ce56a0f4e5bdad55da2bd32ecd11a1f9 Mon Sep 17 00:00:00 2001 From: Nicholas Kuechler Date: Sat, 27 Jul 2013 13:33:30 -0500 Subject: [PATCH] Update example to be more yaml friendly --- library/cloud/rax | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/library/cloud/rax b/library/cloud/rax index e483834c709..31d32e7b74f 100644 --- a/library/cloud/rax +++ b/library/cloud/rax @@ -91,8 +91,9 @@ EXAMPLES = ''' name: rax-test1 flavor: 5 image: b11d9567-e412-4255-96b9-bd63ab23bcfe - files: [/root/.ssh/authorized_keys=/home/username/.ssh/id_rsa.pub, - /root/test.txt=/home/username/test.txt] + files: + - /root/.ssh/authorized_keys=/home/localuser/.ssh/id_rsa.pub + - /root/test.txt=/home/localuser/test.txt] wait: yes state: present '''