xlab-si/xopera-opera

View on GitHub
examples/relationship_outputs/playbooks/create.yaml

Summary

Maintainability
Test Coverage
- hosts: all
  gather_facts: false

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

    - name: Set node attribute
      set_stats:
        data:
          node_attribute: "Node attribute"