Skip to content
Snippets Groups Projects
Unverified Commit c45ca85d authored by Georg Krause's avatar Georg Krause
Browse files

Use ansible 4.10 to support python 3.7

parent bf7ded28
Branches
No related tags found
1 merge request!29Resolve "cannot import name 'environmentfilter' from 'jinja2.filters'"
Pipeline #23579 failed
......@@ -12,7 +12,7 @@ funkwhale_hostname="${FUNKWHALE_DOMAIN-}"
funkwhale_admin_email="${FUNKWHALE_ADMIN_EMAIL-}"
funkwhale_admin_username="${FUNKWHALE_ADMIN_USERNAME-}"
ansible_flags="${ANSIBLE_FLAGS- --diff}"
ansible_version="${ANSIBLE_VERSION-5.9.0}"
ansible_version="${ANSIBLE_VERSION-4.10.0}"
customize_install="${CUSTOMIZE_INSTALL-}"
skip_confirm="${SKIP_CONFIRM-}"
is_dry_run=${DRY_RUN-false}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment