Estou tentando configurar o satnogs-client no meu Ubuntu 16.04 LTS. Tudo estava indo bem. até que eu corri o ansible-playbook
$:~/Desktop/satnogs-client-ansible$ sudo ansible-playbook -i production/inventory -K site.yml
PLAY [satnogs-setups] *******************************************************************************************************
TASK [Gathering Facts] ******************************************************************************************************
ok: [satnogs]
TASK [common : Check Ansible version] ***************************************************************************************
ok: [satnogs] => {
"changed": false,
"msg": "All assertions passed"
}
TASK [common : Check distribution] ******************************************************************************************
fatal: [satnogs]: FAILED! => {
"assertion": "ansible_distribution == distribution and ansible_distribution_release == distribution_release",
"changed": false,
"evaluated_to": false,
"msg": "This role requires Debian stretch."
}
to retry, use: --limit @/home/lazzyrabbit/Desktop/satnogs-client-ansible/site.retry
PLAY RECAP ******************************************************************************************************************
satnogs : ok=2 changed=0 unreachable=0 failed=1
minha versão do ubnutu é stretch / sid
então eu não sei porque ansible está me dando este ERRO ...