Created
November 29, 2019 13:10
-
-
Save dusual/58e1efadffe6086fbfb221935df619e5 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
- name: Set default project name (deployment_name) | |
set_fact: | |
project: "{{ project | combine({'name': '{{ project.site }}_{{ project.organization }}' } ) }}" | |
- name: echo something | |
debug: | |
msg: "{{ project }}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment