mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
remoteit/tasks/install.yml: Refine PR #3201 using Ansible not bash
This commit is contained in:
parent
dea315627d
commit
2dd7a54ae7
1 changed files with 4 additions and 1 deletions
|
@ -66,7 +66,10 @@
|
||||||
# add a tag with the word 'Ubuntu' containing an uppercase 'U' as a workaround.
|
# add a tag with the word 'Ubuntu' containing an uppercase 'U' as a workaround.
|
||||||
# (This hack can later be removed, if remote.it adjusts install_agent.sh above)
|
# (This hack can later be removed, if remote.it adjusts install_agent.sh above)
|
||||||
- name: If Linux Mint, add "IIAB_LIKE=Ubuntu" to /etc/os-release to force install of remote.it
|
- name: If Linux Mint, add "IIAB_LIKE=Ubuntu" to /etc/os-release to force install of remote.it
|
||||||
shell: echo "IIAB_LIKE=Ubuntu" >> /etc/os-release
|
# shell: echo "IIAB_LIKE=Ubuntu" >> /etc/os-release
|
||||||
|
lineinfile:
|
||||||
|
path: /etc/os-release
|
||||||
|
line: IIAB_LIKE=Ubuntu
|
||||||
when: is_linuxmint
|
when: is_linuxmint
|
||||||
|
|
||||||
# - name: Install remote.it Device Package for your CPU/OS, using https://downloads.remote.it/remoteit/install_agent.sh -- this puts a claim code in /etc/remoteit/config.json which is valid for 24h
|
# - name: Install remote.it Device Package for your CPU/OS, using https://downloads.remote.it/remoteit/install_agent.sh -- this puts a claim code in /etc/remoteit/config.json which is valid for 24h
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue