From 3ee63770f1b57aa9154da69b063e57b039442b17 Mon Sep 17 00:00:00 2001 From: Markus Katharina Brechtel Date: Sat, 27 Jun 2020 04:39:37 +0200 Subject: [PATCH] move vnc options into eralitex config --- tasks/eralitex.yaml | 6 ++++++ tasks/vnc.yaml | 6 ------ 2 files changed, 6 insertions(+), 6 deletions(-) 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