-
Notifications
You must be signed in to change notification settings - Fork 112
CI: update matrix #838
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CI: update matrix #838
Conversation
|
(pinging @oraNod here as he asked) |
|
Folks, fyi, the changes i've made for the _info module (see the commit) are not breaking. the core doesn't implicitly convert keys in return dicts to strings anymore, so we must convert ints to strs explicitly now, see ansible/ansible#85036 |
Co-authored-by: Andreas Scherbaum <andreasscherbaum@users.noreply.github.com>
Co-authored-by: Andreas Scherbaum <andreasscherbaum@users.noreply.github.com>
Co-authored-by: Andreas Scherbaum <andreasscherbaum@users.noreply.github.com>
|
@andreasscherbaum @hunleyd all committed (as far as i can see in the mobile app), thanks! ready for review/merge as soon as CI gets green |
|
@hunleyd any other suggestions or we can merge? |
|
@andreasscherbaum @hunleyd thanks for reviewing! |
SUMMARY
stable-2.16 has been created, adding it to the matrix
postgresql_db
A task containing an empty variable fails now
with
the var is defined as empty in another file, so Ansible since 2.19 substitutes it with
None. In the earlier versions it seems to substitute it with an empty string.Adding the following for the variable has helped for postgresql_db test target:
postgresql_info
the failures were partly fixed. The following one was reported in ansible/ansible#85036