1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 03:32:12 +00:00

better wording

This commit is contained in:
Jerry Vonau 2021-10-28 02:19:35 -05:00
parent bf923d9285
commit 4ac9e2d037

View file

@ -1,6 +1,6 @@
- name: Fail if we detect unknown architecture
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"
- name: Fail if we detect unknown architecture