Skip to content

Commit ca8629d

Browse files
authored
Documentation: update README example to fix syntax error (#227)
1 parent 9d8449f commit ca8629d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Using the **collections** at the play level
9090
device_role: Core Switch
9191
site: Test Site
9292
status: Staged
93-
state: present
93+
state: present
9494
```
9595
9696
Using the **collections** at the task level
@@ -112,7 +112,7 @@ Using the **collections** at the task level
112112
device_role: Core Switch
113113
site: Test Site
114114
status: Staged
115-
state: present
115+
state: present
116116
```
117117
118118
Using the **collections** in a role's task files
@@ -129,7 +129,7 @@ Using the **collections** in a role's task files
129129
device_role: Core Switch
130130
site: Test Site
131131
status: Staged
132-
state: present
132+
state: present
133133

134134
OR
135135

@@ -146,7 +146,7 @@ OR
146146
device_role: Core Switch
147147
site: Test Site
148148
status: Staged
149-
state: present
149+
state: present
150150
```
151151
152152
Using the **collections** lookup plugin at the task level

0 commit comments

Comments
 (0)