Can now install VS Code. Download tars from github. Uses a vault for storing sudo passwords.
14 lines
487 B
YAML
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
|