Skip to content

Commit

Permalink
change nxos_skip location
Browse files Browse the repository at this point in the history
  • Loading branch information
roverflow committed Jan 10, 2025
1 parent 36699b1 commit 06f0e91
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
delegate_to: localhost

- name: Run test case (connection=ansible.netcommon.network_cli)
when: not nxos_skip_marked | default(false)
ansible.builtin.include_tasks: "{{ test_case_to_run }}"
vars:
ansible_connection: ansible.netcommon.network_cli
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
- name: Main task for vrf_global module
when: not nxos_skip_marked | default(false)
ansible.builtin.include_tasks: cli.yaml
tags:
- network_cli

0 comments on commit 06f0e91

Please sign in to comment.