Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • A ansible
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 11
    • Issues 11
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • funkwhale
  • ansible
  • Merge requests
  • !17

fix: add missing dependencies package on debian 10

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged kippix requested to merge kippix/ansible:master into master Jun 30, 2020
  • Overview 1
  • Commits 1
  • Pipelines 3
  • Changes 2
{
  - stdout: ""
  - rc: 1
  - stderr: Failed to connect to bus: No such file or directory
  - msg: Failed to connect to bus: No such file or directory
  - cmd: /usr/bin/systemctl
  - stderr_lines: [ Failed to connect to bus: No such file or directory ]
  - changed: False
}

Solve with: apt install dbus

{
  - msg: Failed to import the required Python library (psycopg2) on hifi's
    Python /usr/bin/python. Please read module documentation and install in the
appropriate location. If the required library is installed, but Ansible is using
the wrong Python interpreter, please consult the documentation on
ansible_python_interpreter
  - warnings: [ Module did not set no_log for no_password_changes ]
  - changed: False
}

Solve with: apt install python-psycopg2

{
  - msg: Failed to find required executable virtualenv in paths:
    /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
  - changed: False
}

Solve with: apt install virtualenv

Edited Jul 01, 2020 by kippix
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: master