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

Posted by: Pdfprep Category: 701-100 Tags: , ,

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

Leave a Reply

Your email address will not be published.