Skip to content

Commit

Permalink
Disable VRF Address family role (#926)
Browse files Browse the repository at this point in the history
  • Loading branch information
roverflow authored Jan 16, 2025
1 parent d86df3d commit a6f433e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
- name: Main task for vrf_global module
when: not nxos_skip_marked | default(false)
when: not nxos_skip_marked | default(true)
ansible.builtin.include_tasks: cli.yaml
tags:
- network_cli

0 comments on commit a6f433e

Please sign in to comment.