Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

LPI Exam 701-100 Topic 7 Question 87 Discussion

Actual exam question for LPI's 701-100 exam
Question #: 87
Topic #: 7
[All 701-100 Questions]

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

Show Suggested Answer Hide Answer
Suggested Answer: B

Contribute your Thoughts:

Rene
4 days ago
I'm not sure, but I think rsync might also be used for copying files
upvoted 0 times
...
Belen
6 days ago
I agree with Rashad, the copy task is used to copy files in Ansible
upvoted 0 times
...
Theron
11 days ago
B is the correct answer. The 'copy' module is the way to go for this task.
upvoted 0 times
...
Marylyn
13 days ago
I think the answer is B. The 'copy' module is used to copy files from the control node to the managed hosts.
upvoted 0 times
...
Rashad
15 days ago
I think the correct answer is B) -- copy:src: example.txtdest: /tmp/example.txt
upvoted 0 times
...
Felice
22 days ago
B) -- copy:src: example.txtdest: /tmp/example.txt. This is the correct Ansible task to copy a file to a managed system.
upvoted 0 times
Kate
4 days ago
Nan: No problem! Ansible tasks can be confusing at first, but it gets easier with practice.
upvoted 0 times
...
Penney
5 days ago
User 2: Yes, you are right. That is the correct task to copy a file to a managed system.
upvoted 0 times
...
Pansy
7 days ago
User 1: I think the correct Ansible task is B) -- copy:src: example.txtdest: /tmp/example.txt
upvoted 0 times
...
Nan
12 days ago
User 2: Thanks for clarifying that. I was unsure which task to use.
upvoted 0 times
...
Dierdre
17 days ago
User 1: B) -- copy:src: example.txtdest: /tmp/example.txt is the correct option.
upvoted 0 times
...
...

Save Cancel