dma.yml 588 Bytes
- name: Upload DMA Application Version {{ app_version }}
  copy:
        src: /tmp/dma/{{ app_version }}
        dest: /tmp/application/
        mode: 0744

- name: Upload Customer Configuration & Theme for {{ customer_name }}
  copy:
        src: /tmp/app-configuration/{{ customer_name }}
        dest: /tmp/
        mode: 0744
        
- name: Upload System Software Stack
  copy:
        src: /tmp/source
        dest: /tmp
        mode: 0755

- name: Upload System Configuration for Software Stack        
  copy:
        src: /tmp/configuration
        dest: /tmp
        mode: 0711