-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
on an Ubuntu 21.04 there's no package called qt5-default. What is that we're looking for, exactly ?
[strk@c19:/usr/local/src/openhmitester(ansible)] ansible-playbook -i "localhost," -c local download_compile_run.ansible.yml -K
BECOME password:
PLAY [all] ************************************************************************************************************************************************************************************
TASK [Gathering Facts] ************************************************************************************************************************************************************************
ok: [localhost]
TASK [Install OHT requirements] ***************************************************************************************************************************************************************
[DEPRECATION WARNING]: Invoking "apt" only once while using a loop via squash_actions is deprecated. Instead of using a loop to supply multiple items and specifying `name: "{{ item }}"`,
please use `name: ['vim', 'git', 'build-essential', 'qt5-default', 'qt5-qmake', 'libboost-system-dev', 'libboost-thread-dev', 'libboost-serialization-dev']` and remove the loop. This feature
will be removed from ansible-base in version 2.11. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.
failed: [localhost] (item=['vim', 'git', 'build-essential', 'qt5-default', 'qt5-qmake', 'libboost-system-dev', 'libboost-thread-dev', 'libboost-serialization-dev']) => {"ansible_loop_var": "item", "changed": false, "item": ["vim", "git", "build-essential", "qt5-default", "qt5-qmake", "libboost-system-dev", "libboost-thread-dev", "libboost-serialization-dev"], "msg": "No package matching 'qt5-default' is available"}
PLAY RECAP ************************************************************************************************************************************************************************************
localhost : ok=1 changed=0 unreachable=0 failed=1 skipped=0 rescued=0 ignored=0
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels