summaryrefslogtreecommitdiff
path: root/library
diff options
context:
space:
mode:
authorNicholas Kuechler <nkuechler@gmail.com>2013-07-30 20:07:20 -0500
committerNicholas Kuechler <nkuechler@gmail.com>2013-07-30 20:07:20 -0500
commit2167be8fe9f693a38fe508ce256e46f1b9f97e15 (patch)
tree3ffc00d39cacf3807ae200394e0e05a6b0f30a9e /library
parentcac79faf35e7382708d5df00e32c0cae7d7f05ef (diff)
downloadansible-2167be8fe9f693a38fe508ce256e46f1b9f97e15.tar.gz
Fixed a problem on my side. Was doing weird things.
Diffstat (limited to 'library')
-rw-r--r--library/cloud/rax4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cloud/rax b/library/cloud/rax
index 4dec686da4..41f610bd81 100644
--- a/library/cloud/rax
+++ b/library/cloud/rax
@@ -92,8 +92,8 @@ EXAMPLES = '''
flavor: 5
image: b11d9567-e412-4255-96b9-bd63ab23bcfe
files:
- - /root/.ssh/authorized_keys=/home/localuser/.ssh/id_rsa.pub
- - /root/test.txt=/home/localuser/test.txt
+ /root/.ssh/authorized_keys: /home/localuser/.ssh/id_rsa.pub
+ /root/test.txt: /home/localuser/test.txt
wait: yes
state: present
'''