summaryrefslogtreecommitdiff
path: root/test/integration/targets/prepare_nxos_tests/tasks/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/prepare_nxos_tests/tasks/main.yml')
-rw-r--r--test/integration/targets/prepare_nxos_tests/tasks/main.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/integration/targets/prepare_nxos_tests/tasks/main.yml b/test/integration/targets/prepare_nxos_tests/tasks/main.yml
index 78e65cb55d..ff1c125d4b 100644
--- a/test/integration/targets/prepare_nxos_tests/tasks/main.yml
+++ b/test/integration/targets/prepare_nxos_tests/tasks/main.yml
@@ -82,6 +82,7 @@
when: (platform | match("N9K")) and (fretta | search("true"))
# Check if platform is titanium
+- set_fact: titanium="false"
- set_fact: titanium={% for row in nxos_inventory_output.stdout_lines[0]['TABLE_inv']['ROW_inv'] if 'NX-OSv' in row['desc']%}"true"{% endfor %}
when: platform | match("N7K")