From c4109914d98ced8c847f7db4c2c0b13a79ac2ac7 Mon Sep 17 00:00:00 2001 From: mwiebe Date: Thu, 27 Jun 2024 17:47:44 -0400 Subject: [PATCH] Fix tag docs --- README.md | 2 +- roles/dtc/create/README.md | 2 +- roles/dtc/remove/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bc50f0f2..6b84e608 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 test_inventory.yml test_vxlan_large.yml --tags role_create +ansible-playbook -i inventory.yml vxlan.yml --tags role_create ``` ### See Also diff --git a/roles/dtc/create/README.md b/roles/dtc/create/README.md index 5a91cffa..a6d2ed13 100644 --- a/roles/dtc/create/README.md +++ b/roles/dtc/create/README.md @@ -40,7 +40,7 @@ The following tags can be used to selectively execute stages within the `cisco.n ```bash # Selectively run stage to add VRFs and Networks and skip all other stages -ansible-playbook -i test_inventory.yml test_vxlan_large.yml --tags cr_manage_vrfs_networks +ansible-playbook -i inventory.yml vxlan.yml --tags cr_manage_vrfs_networks ``` License diff --git a/roles/dtc/remove/README.md b/roles/dtc/remove/README.md index 6a9b53a4..5cde68b7 100644 --- a/roles/dtc/remove/README.md +++ b/roles/dtc/remove/README.md @@ -41,7 +41,7 @@ The following tags can be used to selectively execute stages within the `cisco.n ```bash # Selectively run stage to remove networks and vrfs and skip all other stages -ansible-playbook -i test_inventory.yml test_vxlan_large.yml --tags "rr_manage_networks, rr_manage_vrfs" +ansible-playbook -i inventory.yml vxlan.yml --tags "rr_manage_networks, rr_manage_vrfs" ``` License