Skip to content
Snippets Groups Projects

feat: Allow to migrate to the new installation method for ansible

Merged Georg Krause requested to merge ansible-installation-migrate into master
  1. Aug 16, 2023
    • Georg Krause's avatar
      fix: Put a fallback ansible path in place · 413ca22a
      Georg Krause authored
      In the past we installed ansible using pip install --user, however since
      Debian 12/Python 3.11 encourage us rightly not do this, we migrate to a
      custom venv. However, old installations don't have this, so we fall back
      to the old path.
      413ca22a
Loading