Skip to content
Snippets Groups Projects
Unverified Commit 64775884 authored by Thomas Woerner's avatar Thomas Woerner Committed by GitHub
Browse files

Update README-topology.md: Fix exmple for list of topology segments

parent a5c43d3f
No related branches found
No related tags found
No related merge requests found
......@@ -116,7 +116,7 @@ Example playbook to verify a topology suffix:
state: verified
```
Example playbook to add a list of topology segments:
Example playbook to add or remove or check or reinitialize a list of topology segments:
```yaml
---
......@@ -141,10 +141,10 @@ Example playbook to add a list of topology segments:
name: "{{ item.name | default(omit) }}"
left: "{{ item.left }}"
right: "{{ item.right }}"
#state: present
state: present
#state: absent
#state: checked
state: reinitialized
#state: reinitialized
loop: "{{ ipatopology_segments | default([]) }}"
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment