mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
better wording
This commit is contained in:
parent
bf923d9285
commit
4ac9e2d037
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
- name: Fail if we detect unknown architecture
|
- name: Fail if we detect unknown architecture
|
||||||
fail:
|
fail:
|
||||||
msg: "Could not find a binary for the CPU architecture \"{{ ansible_architecture }}\""
|
msg: "Could not find an apt package for the CPU architecture \"{{ ansible_architecture }}\""
|
||||||
when: remoteit_iset_suffix == "unknown"
|
when: remoteit_iset_suffix == "unknown"
|
||||||
|
|
||||||
- name: Fail if we detect unknown architecture
|
- name: Fail if we detect unknown architecture
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue