PdfPrep.com

Which of the following Ansible tasks copies the file example.txt to a manage system?

Which of the following Ansible tasks copies the file example.txt to a manage system?
A . C rsync:src: example.txtdst: /tmp/example.txt
B . C copy:src: example.txtdest: /tmp/example.txt
C . C retrieve:src: example.txtdest: /tmp/example.txt
D . – cp:source: example.txtdst: /tmp/example.txt
E . – transfer:src: example.txtdest: /tmp/example.txt

Answer: B

Exit mobile version