| --- | |
| # test-ecord-subscriber-config/tasks/main.yml | |
| - name: Create test-ecord-subscriber.yaml TOSCA config | |
| template: | |
| src: test-ecord-subscriber.yaml.j2 | |
| dest: "{{ head_cord_profile_dir }}/test-ecord-subscriber.yaml" | |
| owner: "{{ ansible_user_id }}" | |
| mode: 0644 | |