xlab-si/xopera-opera

View on GitHub
tests/integration/misc_tosca_types/modules/node_types/interfaces/playbooks/configure.yaml

Summary

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

  tasks:
    - name: Just say hello
      debug:
        msg: "Hello"
...