Deze website werkt beter met JavaScript.
Beginscherm
Verkennen
Help
Registreren
Inloggen
ka
/
ansible-role-home
Volgen
1
Ster
0
Vork
0
Code
Kwesties
0
Pull-aanvragen
0
Publicaties
0
Wiki
Activiteit
Bladeren bron
move vnc options into eralitex config
systemd-xsession
Markus Katharina Brechtel
4 jaren geleden
bovenliggende
861c88e13f
commit
3ee63770f1
2 gewijzigde bestanden
met
toevoegingen van 6
en
6 verwijderingen
Zij-aan-zij weergave
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
tasks/eralitex.yaml
+0
-6
tasks/vnc.yaml
+ 6
- 0
tasks/eralitex.yaml
Bestand weergeven
@@ -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
Bestand weergeven
@@ -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