Merge pull request #7129 from erikaheidi/patch-1

Possible docs error: 'path' instead of 'src'
pull/6748/merge
James Cammarata 11 years ago
commit 2c9c429897

@ -47,7 +47,7 @@ author: Michael DeHaan
EXAMPLES = '''
- file: path=/etc/foo.conf owner=foo group=foo mode=0644
- file: src=/file/to/link/to dest=/path/to/symlink owner=foo group=foo state=link
- file: path=/tmp/{{ item.path }} dest={{ item.dest }} state=link
- file: src=/tmp/{{ item.path }} dest={{ item.dest }} state=link
with_items:
- { path: 'x', dest: 'y' }
- { path: 'z', dest: 'k' }

Loading…
Cancel
Save