Created
November 6, 2013 00:51
-
-
Save tgerla/7329060 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
| Timothys-MacBook-Pro:ansible-test tgerla$ tree | |
| . | |
| ├── roles | |
| │ └── myrole | |
| │ └── tasks | |
| │ └── main.yml | |
| ├── templates | |
| │ └── mytemplate.j2 | |
| └── test-roles.yml | |
| Timothys-MacBook-Pro:ansible-test tgerla$ cat roles/myrole/tasks/main.yml | |
| - name: render a template | |
| template: src=../../../templates/mytemplate.j2 dest=/tmp/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment