Files
tenks/ansible/roles/veth-pair/tasks/main.yml
Will Miller 956351629f Fix veth-pair role for teardown
* Don't delete the OVS bridge specified, as it will already be deleted
  when the role is called.
* Clarify the behaviour of the role for each value of `cmd` in the
  README.
* Succintify main.yml.
2018-09-10 14:45:37 +00:00

3 lines
49 B
YAML

---
- include_tasks: "{{ veth_pair_state }}.yml"