ansibleansible-galaxy

How to install Ansible Galaxy Role ontic.fonts?


I try to install the Ansible Galaxy role https://github.com/ontic/ansible-role-fonts and don't find any help in connection with the error message.

Here is what happens:

$ ansible-galaxy install ontic.fonts
Starting galaxy role install process
- downloading role 'fonts', owned by ontic
- downloading role from https://github.com/ontic/ansible-role-fonts/archive/v2.4.0.tar.gz
[WARNING]: - ontic.fonts was NOT installed successfully: this role does not appear to have a meta/Debian.yml file.
ERROR! - you can use --ignore-errors to skip failed roles and finish processing the list.

Obviously there is no meta/Debian.yml, correct. But why is it even needed?

Maybe it's a local issue?

$ ansible-galaxy --version
ansible-galaxy [core 2.13.6]
  config file = .../ansible/test/ansible.cfg
  configured module search path = ['/home/.../.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
  ansible python module location = .../ansible6/lib/python3.8/site-packages/ansible
  ansible collection location = /home/.../.ansible/collections:/usr/share/ansible/collections
  executable location = ...ansible6/bin/ansible-galaxy
  python version = 3.8.10 (default, Jun 22 2022, 20:18:18) [GCC 9.4.0]
  jinja version = 3.1.2
  libyaml = True

Solution

  • I scrambled my local python virtual env, after creating a new one the issue was not reproducible anymore.