Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -109,15 +109,15 @@
remote_dir: /var/log
local_dir: /tmp
action: get
checksum: True
checksum: true
file: log.txt
- name: Copy a local file into /var/tmp on the remote device
juniper.device.file_copy:
protocol: ftp
remote_dir: /var/tmp
local_dir: /tmp
action: put
checksum: False
checksum: false
file: license.txt
"""

Expand Down