blob: fd8a7a18f18a846cbd3b8750bb333aa7a34f9774 [file] [log] [blame]
Zack Williamsa2763112017-01-03 11:38:38 -07001---
Zack Williamsc989f262017-05-11 13:02:59 -07002# test-subscriber-config/tasks/main.yml
Zack Williamsa2763112017-01-03 11:38:38 -07003
4- name: Create test-subscriber.yaml TOSCA config
5 template:
6 src: test-subscriber.yaml.j2
Zack Williamsc989f262017-05-11 13:02:59 -07007 dest: "{{ head_cord_profile_dir }}/test-subscriber.yaml"
Zack Williamsa2763112017-01-03 11:38:38 -07008 owner: "{{ ansible_user_id }}"
9 mode: 0644
10