uchan-nos/os-from-zero

please help me solve it

Closed this issue · 1 comments

I want 'ansible-playbook -K -i ansible_inventory ansible_provision.yml' to work, but it doesn't.
It's just that 'fatal: [localhost]: FAILED! => it only gives me the error {"changed": false, "msg": "No package matching 'llvm-7-dev' is available"}'.
how can i fix it?
this is a log:
$ ansible-playbook -K -i ansible_inventory ansible_provision.yml
BECOME password:

PLAY [all] *************************************************************************************************************

TASK [Gathering Facts] *************************************************************************************************
ok: [localhost]

TASK [ensure development tools are at the latest version] **************************************************************
fatal: [localhost]: FAILED! => {"changed": false, "msg": "No package matching 'llvm-7-dev' is available"}

PLAY RECAP *************************************************************************************************************
localhost : ok=1 changed=0 unreachable=0 failed=1 skipped=0 rescued=0 ignored=0

please help me

llvm-7-dev exists on Ubuntu 18.04 and 20.04, but Ubuntu 22.04 has no such package.
Try to use Ubuntu 20.04.

Cf: uchan-nos/mikanos-build@182902d