-
Notifications
You must be signed in to change notification settings - Fork 397
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
iam_saml_federation - return details of provider when no changes are made #419
iam_saml_federation - return details of provider when no changes are made #419
Conversation
@tremble Because tests for this module were never enabled in CI before we've missed that iam_saml_federation is not in 2.9's lib/ansible/config/module_defaults.yml. You'll need to open a PR to stable-2.9 to use mod_defaults in this test suite. |
ansible/ansible#73669 submitted to add to module_defaults. |
Tests now working (2.9 defaults updated) merging based on @jillr's "change looks good" |
…made (ansible-collections#419) * iam_saml_federation - return details of provider when no changes are made. * iam_saml_federation - enable integration tests
…made (ansible-collections#419) * iam_saml_federation - return details of provider when no changes are made. * iam_saml_federation - enable integration tests
…made (ansible-collections#419) * iam_saml_federation - return details of provider when no changes are made. * iam_saml_federation - enable integration tests
…made (ansible-collections#419) * iam_saml_federation - return details of provider when no changes are made. * iam_saml_federation - enable integration tests
Add note to use FQCN on Ansible versions <1.10 SUMMARY Updates aws_rds inventory module documentation to add a note for uses of Ansible versions prior to 1.10 to use the fully qualified collection name to avoid issues with role assumption (Addresses ansible-collections#415 ) ISSUE TYPE Docs Pull Request COMPONENT NAME aws_rds Reviewed-by: Jill R <None> Reviewed-by: None <None>
SUMMARY
ISSUE TYPE
COMPONENT NAME
iam_saml_federation
ADDITIONAL INFORMATION
Blocked by mattclay/aws-terminator#125