| Zack Williams | 363bc85 | 2016-04-12 13:58:29 -0700 | [diff] [blame] | 1 | --- |
| 2 | |||||
| 3 | xos_repo_url: "{{ xos_repo_url }}" | ||||
| 4 | xos_repo_dest: "{{ xos_repo_dest }}" | ||||
| 5 | xos_repo_branch: "{{ xos_repo_branch }}" | ||||
| 6 | |||||
| 7 | xos_configuration: "{{ xos_configuration }}" | ||||
| 8 | |||||
| Zack Williams | 62587be | 2016-05-25 15:56:45 -0700 | [diff] [blame] | 9 | xos_images: |
| 10 | {{ xos_images | to_nice_yaml }} | ||||