Skip to content

Commit 9b0a71e

Browse files
author
Bradley A. Thornton
committed
typo
1 parent 0272109 commit 9b0a71e

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,14 @@
1111

1212
```
1313
ansible-playbook -e parent=<parent> \
14-
-e structure=<strcuture> \
14+
-e structure=role \
15+
-e model=<model> \
16+
site.yml
17+
```
18+
or
19+
```
20+
ansible-playbook -e parent=<parent> \
21+
-e structure=collection \
1522
-e collection_org=<collection_org> \
1623
-e collection_name=<collection_name> \
1724
-e model=<model> \

0 commit comments

Comments
 (0)