CV0-003 · Question #683
A systems administrator has finished installing monthly updates to servers in a cloud environment. The administrator notices certain portions of the playbooks are no longer functioning. Executing the
The correct answer is E. Deprecated features. When monthly patches cause playbook commands and manual commands to both stop working, the most likely cause is that the updated software version deprecated or removed the features those commands relied on.
Question
A systems administrator has finished installing monthly updates to servers in a cloud environment. The administrator notices certain portions of the playbooks are no longer functioning. Executing the playbook commands manually on a server does not work as well. There are no other reports of issues. Which of the following is the MOST likely cause of this issue?
Options
- AChange management failure
- BService overload
- CPatching failure
- DJob validation issues
- EDeprecated features
How the community answered
(48 responses)- A8% (4)
- B4% (2)
- C2% (1)
- D2% (1)
- E83% (40)
Why each option
When monthly patches cause playbook commands and manual commands to both stop working, the most likely cause is that the updated software version deprecated or removed the features those commands relied on.
Change management failure describes a breakdown in the approval or communication process for changes, not a technical outcome where specific commands cease to function after a planned update.
Service overload would produce slow responses or timeouts across multiple systems, not broken individual commands with no other reported performance issues.
A patching failure means the patches did not apply correctly; here the patches applied successfully but the new version removed functionality, which is a different root cause.
Job validation issues relate to scheduling or orchestration-layer problems and would not explain why the same commands fail when executed interactively and directly on a server.
Monthly updates can include major version increments that remove previously available commands, modules, or APIs. Because the failure is reproducible both inside the automation playbook and when commands are run manually on the server, the root cause is not playbook logic but the loss of underlying functionality in the newly patched software. Deprecated features is the term for functionality intentionally removed in a new version, matching this symptom exactly.
Concept tested: Impact of deprecated features after patching automation tools
Source: https://docs.ansible.com/ansible/latest/porting_guides/porting_guides.html
Topics
Community Discussion
No community discussion yet for this question.