xlab-si/xopera-opera

View on GitHub
tests/integration/misc_tosca_types/modules/node_types/test/playbooks/create.yaml

Summary

Maintainability
Test Coverage
---
- hosts: all
  gather_facts: false

  tasks:
    - name: Say test
      debug:
        msg: "test"

    - name: Print out input that got its value from capability property
      debug:
        msg: "Property: {{ capability_property_input }}"

    - name: Print out input that got its value from capability attribute
      debug:
        msg: "Attribute: {{ capability_attribute_input }}"
...