1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Merge pull request #3651 from nicholaskuechler/rax-update-files-docs

Update docs and example for injecting files.
This commit is contained in:
Michael DeHaan 2013-08-01 17:32:15 -07:00
commit 16d25f4115

View file

@ -91,6 +91,9 @@ EXAMPLES = '''
name: rax-test1
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
wait: yes
state: present
'''