Skip to content

Commit

Permalink
Remove support for Debian 11 Bullseye
Browse files Browse the repository at this point in the history
  • Loading branch information
doobry-systemli committed Oct 1, 2024
1 parent 4992e5b commit 855bd2a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
uses: systemli/github-ansible-workflow/.github/workflows/[email protected]
with:
disable-apparmor-mysql: true
distros: '[ "debian12", "debian11" ]'
distros: '[ "debian12" ]'
5 changes: 2 additions & 3 deletions defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
# Nextcloud version to install. Raise for upgrading.
#nextcloud_version: "26.0.4"
nextcloud_version: "{% if ansible_distribution_major_version | int == 11 %}25.0.9{% else %}26.0.4{% endif %}"
nextcloud_version: "29.0.7"
# Upgrade via Ansible? Set to `False` if upgrades are handled manually.
# Make sure to set `nextcloud_instance` to something without `nextcloud_version`.
nextcloud_upgrade: True
Expand Down Expand Up @@ -66,7 +65,7 @@ nextcloud_config:
# Configure the Apache2 php.ini automatically?
nextcloud_apache_php: yes

nextcloud_php_version: "{% if ansible_distribution_major_version | int == 11 %}7.4{% else %}8.2{% endif %}"
nextcloud_php_version: 8.2

# Set custom PHP file size limits
nextcloud_php_settings:
Expand Down
1 change: 0 additions & 1 deletion meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@ galaxy_info:
- name: Debian
versions:
- bookworm
- bullseye

dependencies: []

0 comments on commit 855bd2a

Please sign in to comment.