Skip to content

Conversation

@exileed
Copy link

@exileed exileed commented Sep 7, 2025

Added support for Debian 13 (Trixie).

  • Updated minimum Ansible version to 2.5.
  • Added deb822 repository format with fallback to apt_repository for older systems.
  • Adjusted tasks for key/repository management and APT version checks.

Tested on: Debian 12 & 13 with Ansible 2.5. Deployment works without errors.

@github-actions
Copy link

github-actions bot commented Dec 6, 2025

This pr has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution!

@github-actions github-actions bot added the stale label Dec 6, 2025
@otakup0pe
Copy link
Member

I guess let's get the merge conflicts and tests sorted, then can merge. Although I guess we can pull the debian 11 / ubuntu 20.04 tests.

@github-actions github-actions bot removed the stale label Dec 8, 2025
Comment on lines +31 to +32
- postgresql_apt_key_url
- postgresql_apt_key_id

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These conditions trigger "Conditionals must have a boolean result." when testing on ansible 2.19.

Suggested change
- postgresql_apt_key_url
- postgresql_apt_key_id
- postgresql_apt_key_url is defined and postgresql_apt_key_url | length > 0
- postgresql_apt_key_id is defined and postgresql_apt_key_id | length > 0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants