Merge pull request #7129 from erikaheidi/patch-1
Possible docs error: 'path' instead of 'src'
This commit is contained in:
commit
2c9c429897
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue