Actions
Task #106
closedUninstall code-server before installing
Start date:
10/09/2025
Due date:
% Done:
0%
Estimated time:
Description
Currently an older version fails to install of a newer version is installed. Remove currently installed version before installing.
Updated by Frank Refol 10 days ago
- Status changed from New to Close
Added the following task before installing,
Removing current installed version allows for downgrade¶
- name: Remove current version of code-server
ansible.builtin.apt:
name: code-server
state: absent
Actions