Skip to content

Various updates, ansible-core 2.19 updates, conditionals fixes#101

Merged
0x46616c6b merged 4 commits intosystemli:mainfrom
dhoffend:main
Nov 3, 2025
Merged

Various updates, ansible-core 2.19 updates, conditionals fixes#101
0x46616c6b merged 4 commits intosystemli:mainfrom
dhoffend:main

Conversation

@dhoffend
Copy link
Contributor

I've updated a few conditions to make them compatible with ansible-core 2.19 as conditions are more restrictive. In addition the the deprecated --manual-public-ip-logging-ok commandlie option has been removed in recent certbot versions (Tested with Debian 13).

* Task failed: Conditional result (True) was derived from value of type 'str'
* Task failed: object of type 'str' has no attribute 'hash'
* Task failed: Conditional result (True) was derived from value of type 'list'
* Broken conditionals can be temporarily allowed with the `ALLOW_BROKEN_CONDITIONALS` configuration option.

With newer ansible versions conditions will be checked more strictly
(Tested with ansible-core 2.19)
@0x46616c6b
Copy link
Member

Thanks for that contribution. I will merge them and update the outdated molecule testing in a separate PR.

@0x46616c6b 0x46616c6b merged commit 8d4aa77 into systemli:main Nov 3, 2025
2 of 6 checks passed
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.

2 participants