Solved

Which of the Following Ansible Tasks Copies the File Example

Question 39

Multiple Choice

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


A) - rsync:    src: example.txt    dst: /tmp/example.txt
B) - copy:    dest: /tmp/example.txt
C) - retrieve:
D) - cp:    source: example.txt
E) - transfer:

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions