xlab-si/xopera-opera

View on GitHub
examples/attribute_mapping/playbooks/teacher-teaches-student--preconfigure-source.yaml

Summary

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

  tasks:
    - name: Append this relationship's source id
      set_stats:
        data:
          new_list: "{{ student_ids + [ student_id ] }}"