Quellcode durchsuchen

move vnc options into eralitex config

systemd-xsession
Ursprung
Commit
3ee63770f1
2 geänderte Dateien mit 6 neuen und 6 gelöschten Zeilen
  1. +6
    -0
      tasks/eralitex.yaml
  2. +0
    -6
      tasks/vnc.yaml

+ 6
- 0
tasks/eralitex.yaml Datei anzeigen

@@ -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

+ 0
- 6
tasks/vnc.yaml Datei anzeigen

@@ -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