VScode instalace na Debianu

This commit is contained in:
git
2023-06-21 14:03:30 +02:00
parent 9bb5484799
commit 71340693f9
13 changed files with 48 additions and 34 deletions

View File

@@ -1,15 +1,14 @@
---
- name: And now all running
hosts: localhost
hosts: mintotaur
vars:
user: warezjoe
host: desktop # desktop rpi ntb
host: ntb # desktop rpi ntb
roles:
# run with sudo alone
- role: linux_config_init
# - role: import_ssh_key # without sudo
# - role: tools_for_command_line
# - role: service_start
# - role: gui_app_init
# - role: ansible-role-docker
# docker_users: "{{ user }}"
- role: import_ssh_key # without sudo
- role: tools_for_command_line
- role: service_start
- role: gui_app_init
# - role: ansible-role-docker
# docker_users: "{{ user }}"