Skip to content
Snippets Groups Projects
Commit 3351e898 authored by ale's avatar ale
Browse files

Remove old TODO

parent fb53ed66
No related branches found
No related tags found
No related merge requests found
...@@ -18,13 +18,6 @@ ...@@ -18,13 +18,6 @@
register: docker_systemd_run_script register: docker_systemd_run_script
loop: "{{ float_enabled_containers }}" loop: "{{ float_enabled_containers }}"
# TODO temporary only, to be removed once all symlinks are gone
- name: Cleanup Alias symlink
file:
dest: "/etc/systemd/system/{{ item.tag }}"
state: absent
loop: "{{ float_enabled_containers }}"
- name: Set up the systemd units - name: Set up the systemd units
template: template:
src: systemd.j2 src: systemd.j2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment