diff --git a/tasks/eralitex.yaml b/tasks/eralitex.yaml index abbde5b..32e5e3b 100644 --- a/tasks/eralitex.yaml +++ b/tasks/eralitex.yaml @@ -28,3 +28,9 @@ loop_control: loop_var: workspace when: home_remote_workspace_config + +- name: vnc options + template: + src: vnc-options.fish.j2 + dest: ~/.eralitex/workspace-cmd/vnc-options + mode: 0755 diff --git a/tasks/vnc.yaml b/tasks/vnc.yaml index 6867262..1f50ed9 100644 --- a/tasks/vnc.yaml +++ b/tasks/vnc.yaml @@ -24,9 +24,3 @@ src: ~/.vnc/passwd.{{item}} dest: ~/.vnc/passwd.{{item}} with_items: "{{ home_access_to_hosts }}" - -- name: vnc options - template: - src: vnc-options.fish.j2 - dest: ~/.eralitex/workspace-cmd/vnc-options - mode: 0755