Matteo Scandolo | 6050fda | 2017-02-16 13:01:52 -0800 | [diff] [blame] | 1 | # xos-gui-extension-onboard/tasks/main.yml |
| 2 | |
| 3 | - name: Execute xos-gui-extensions onboard TOSCA recipe |
| 4 | command: "python /opt/xos/tosca/run.py {{ xos_admin_user }} /opt/cord_profile/xos-gui-extensions-onboard.yml" |
| 5 | tags: |
| 6 | - skip_ansible_lint # TOSCA loading should be idempotent |
| 7 | |
| 8 | - name: Execute xos-gui-extensions persist TOSCA recipe |
| 9 | command: "python /opt/xos/tosca/run.py {{ xos_admin_user }} /opt/cord_profile/xos-gui-extensions.yml" |
| 10 | tags: |
| 11 | - skip_ansible_lint # TOSCA loading should be idempotent |
| 12 | |