Hi, i tried to test new Anthias release on our Raspberry PI 3 B+ with Trixie and with Bookworm but Installation stops halfway everytime.
This is the cli log:
======================================================================
Run the Anthias Ansible Playbook
Note: Ansible may prompt for your sudo password below.
BECOME password:
PLAY [Install Anthias] ******************************************************************************************************************************************************************************
TASK [Gathering Facts] ******************************************************************************************************************************************************************************
ok: [localhost]
TASK [Validate required environment variables] ******************************************************************************************************************************************************
[ERROR]: Task failed: Action failed: Required environment variables missing or invalid. USER must be set; DEVICE_TYPE must be one of pi2, pi3, pi4-64, pi5, x86, arm64.
Origin: /home/pi/anthias/ansible/site.yml:13:7
11
12 pre_tasks:
13 - name: Validate required environment variables
^ column 7
fatal: [localhost]: FAILED! => {
“assertion”: “device_type in [‘pi2’, ‘pi3’, ‘pi4-64’, ‘pi5’, ‘x86’, ‘arm64’]”,
“changed”: false,
“evaluated_to”: false,
“msg”: “Required environment variables missing or invalid. USER must be set; DEVICE_TYPE must be one of pi2, pi3, pi4-64, pi5, x86, arm64.”
}
PLAY RECAP ******************************************************************************************************************************************************************************************
localhost : ok=1 changed=0 unreachable=0 failed=1 skipped=0 rescued=0 ignored=0
