Skip to content

Commit 669c0fd

Browse files
author
Bradley A. Thornton
committed
README fix
1 parent 77c3b21 commit 669c0fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ def main():
262262
The tests rely on a role generated by the resource module builder. After changes to the resource module builder, the role should be regenerated and the tests modified and run as needed. To generate the role after changes:
263263

264264
```
265-
ansible-playbook -e parent=./tests/roles/my_role \
265+
ansible-playbook -e parent=./rmb_tests/roles/my_role \
266266
-e structure=role \
267267
-e model=models/myos/interfaces/myos_interfaces.yml \
268268
site.yml

0 commit comments

Comments
 (0)