Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Cadastrar
Acessar
ka
/
ansible-role-home
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
move vnc options into eralitex config
systemd-xsession
Markus Katharina Brechtel
4 anos atrás
pai
861c88e13f
commit
3ee63770f1
2 arquivos alterados
com
6 adições
e
6 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+6
-0
tasks/eralitex.yaml
+0
-6
tasks/vnc.yaml
+ 6
- 0
tasks/eralitex.yaml
Ver arquivo
@@ -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
Ver arquivo
@@ -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