Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pleiades-ansible ansible-playbook pleiades.yml fails on python-software-properties #427

Open
paregorios opened this issue Jun 22, 2020 · 0 comments

Comments

@paregorios
Copy link
Member

Tried:

ansible-playbook pleiades.yml -l staging_serenity --ask-become-pass

got:

BECOME password: 

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

TASK [Gathering Facts] *****************************************************************************************************************************************
[DEPRECATION WARNING]: Distribution Ubuntu 20.04 on host staging_serenity should use /usr/bin/python3, but is using /usr/bin/python for backward compatibility 
with prior Ansible releases. A future Ansible release will default to using the discovered platform python for this host. See 
https://docs.ansible.com/ansible/2.9/reference_appendices/interpreter_discovery.html for more information. This feature will be removed in version 2.12. 
Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.
ok: [staging_serenity]

TASK [Update apt cache] ****************************************************************************************************************************************
[WARNING]: Updating cache and auto-installing missing dependency: python-apt
ok: [staging_serenity]

TASK [Install repo management] *********************************************************************************************************************************
fatal: [staging_serenity]: FAILED! => {"changed": false, "msg": "No package matching 'python-software-properties' is available"}

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

On target server, tried:

sudo apt-get install python-software-properties 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package python-software-properties is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
  software-properties-common

E: Package 'python-software-properties' has no installation candidate
@paregorios paregorios added this to the Bugs 2020/2021 milestone Oct 9, 2020
@paregorios paregorios removed this from the Bugs 2020/2021 milestone Oct 9, 2020
@paregorios paregorios added this to the 2023-02 Ticket review milestone Feb 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant