Valid 200-901 Dumps shared by EduDump.com for Helping Passing 200-901 Exam! EduDump.com now offer the newest 200-901 exam dumps, the EduDump.com 200-901 exam questions have been updated and answers have been corrected get the newest EduDump.com 200-901 dumps with Test Engine here:
Refer to the exhibit. A developer must integrate a bot with an internal communication app. The developer wants to replace the webexbot package with the teamsbot package by using Ansible and prepares a playbook In the first two tasks, the playbook stops the webexbot and verifies that the teamsbot is installed. What is accomplished in the last task of the workflow when the developer runs the Ansible playbook?
Correct Answer: C
In the Ansible playbook, the last task uses the apt module with state: absent and purge: yes for the webexbot package. This configuration ensures that the package is uninstalled and all associated configuration files are removed. This is different from a simple uninstall, which would leave configuration files behind. Reference: Cisco DevNet Associate Study Guide: Automation with Ansible (Chapter 7, Section: Ansible Playbook Examples and Syntax).