Native YAML - files/file.py (#5799)
* Native YAML - files/file.py * Rollaback part of the change as for request
This commit is contained in:
parent
8b7db84e91
commit
a5a15acd55
1 changed files with 2 additions and 3 deletions
|
@ -100,8 +100,8 @@ EXAMPLES = '''
|
||||||
group: foo
|
group: foo
|
||||||
state: link
|
state: link
|
||||||
- file:
|
- file:
|
||||||
src: /tmp/{{ item.src }}
|
src: '/tmp/{{ item.src }}'
|
||||||
dest: "{{ item.dest }}"
|
dest: '{{ item.dest }}'
|
||||||
state: link
|
state: link
|
||||||
with_items:
|
with_items:
|
||||||
- { src: 'x', dest: 'y' }
|
- { src: 'x', dest: 'y' }
|
||||||
|
@ -124,7 +124,6 @@ EXAMPLES = '''
|
||||||
path: /etc/some_directory
|
path: /etc/some_directory
|
||||||
state: directory
|
state: directory
|
||||||
mode: 0755
|
mode: 0755
|
||||||
|
|
||||||
'''
|
'''
|
||||||
|
|
||||||
import errno
|
import errno
|
||||||
|
|
Loading…
Reference in a new issue