12 lines
175 B
YAML
12 lines
175 B
YAML
|
- file: path=/root/tivo state=directory
|
||
|
|
||
|
- copy:
|
||
|
src: "{{ item }}"
|
||
|
dest: /root/tivo/
|
||
|
owner: root
|
||
|
mode: 0600
|
||
|
force: no
|
||
|
with_fileglob:
|
||
|
- files/*
|
||
|
|