ansible/tasks/openrobertaconnector.yaml
Guilherme Bufolo 547b7f792a Further improved setup
Can now install VS Code.
Download tars from github.
Uses a vault for storing sudo passwords.
2025-01-12 13:13:01 +01:00

14 lines
487 B
YAML

- name: Download OpenRobertaConnectior
import_tasks: ./github_latest_tar.yaml
vars:
- app_name: OpenRobertaConnector
- app_repo_name: OpenRoberta/openroberta-connector
- app_package_pattern: OpenRobertaConnectorLinux-
- bin_folder: "{{ansible_env.HOME}}/OpenRobertaConnector"
- name: Install OpenRobertaConnector
debug:
msg: "tbd"
# become hobbyuser
# do not add user to dialout because then no admin is needed
# use different task to add user to dialout