Skip to content

Commit

Permalink
Revert "Break it for science"
Browse files Browse the repository at this point in the history
This reverts commit 0bdf279.
  • Loading branch information
owine committed Feb 4, 2024
1 parent e1dd244 commit a3d656e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/coder/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
########################################################################
---
- name: "Fail with deprecation warning"
ansible.builtin.failinareallystupidway:
ansible.builtin.fail:
msg: "The 'coder' role which used the 'code-server' image is currently deprecated in favour of the 'code-server' role using the same image. If you are using the default '/opt/coder' folder, after renaming the custom variables in the inventory if you have any, run \"sb install sandbox-code_server -e 'code_server_migrate_coder=true'\" once to move the files over to the new folder', then simply use the 'code-server' role from now on."
when: not continuous_integration

0 comments on commit a3d656e

Please sign in to comment.