diff --git a/README.md b/README.md index 692c9d7e..49c4662f 100644 --- a/README.md +++ b/README.md @@ -311,7 +311,7 @@ The validate role will automatically run if tags `role_create, role_deploy, role Example: Selectively Run `cisco.nac_dc_vxlan.create` role alone ```bash -ansible-playbook -i inventory.yml vxlan.yml --tags role_create +ansible-playbook -i inventory.yaml vxlan.yaml --tags role_create ``` ### See Also