Q: 1
Refer to the exhibit. 
Options
Discussion
Looks like B, unless the playbook had used show startup-config or referenced the startup config somewhere. Here it's just grabbing the running config and saving it locally. Let me know if you see something different in the modules.
B , the playbook just grabs the running config with "show run" and saves it on your local Ansible control node. No config changes on the router, just a backup. Makes sense given the tasks shown if you look close.
Maybe B. The playbook isn't changing configs, just making a backup, so D is kind of misleading here.
If the playbook had used "show startup-config" or targeted startup instead of running config, maybe C. Here it's clearly B.
Probably B, the trick is that it stores the running config output locally. D trips some people up here.
B
Its B, pretty sure. Playbook grabs the running config with "show run" and saves it on the Ansible control node, so it's just a backup job. Not actually pushing or changing configs on the router itself. Saw similar wording in a practice set.
Not totally sure but B looks right, guessing it backs up the running config? Can someone confirm?
Be respectful. No spam.