Fixed a problem on my side. Was doing weird things.
This commit is contained in:
parent
b9a67d0adb
commit
d49220b830
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
'''
|
||||
|
|
Loading…
Reference in a new issue