Created
April 1, 2021 14:31
-
-
Save s-hertel/f40933979190e18b9b672ee4f349f4be to your computer and use it in GitHub Desktop.
module_defaults with yaml anchor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module_defaults: | |
group/aws: &aws_connection_info | |
... | |
# module_defaults does not work in conjunction with the 'collections' keyword | |
# use the fully qualified plugin name to ensure this works however the module is called | |
# and continues to work in the future | |
community.aws.new_module: | |
<<: *aws_connection_info |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment