Skip to content

Commit

Permalink
Fix tag docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mikewiebe committed Jun 27, 2024
1 parent 1fa513e commit c410991
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion roles/dtc/create/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion roles/dtc/remove/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c410991

Please sign in to comment.