Created
September 6, 2017 20:39
-
-
Save akatch/09c06019cfacfc2355e1494f9bef1265 to your computer and use it in GitHub Desktop.
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
--- | |
- hosts: localhost | |
vars: | |
foo: | | |
begin key file | |
end key file | |
bar: | | |
begin cert file | |
end cert file | |
baz: | | |
{{ foo }} | |
{{ bar }} | |
tasks: | |
- debug: var=baz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment