main.yml 170 Bytes
Newer Older
muhammad-ammar committed
1
---
2 3 4 5 6 7

- name: Write out app config file
  template:
    src: "config.yml.j2"
    dest: "{{ COMMON_CFG_DIR  }}/{{ video_pipeline_base_service_name }}.yml"
    mode: "0644"