Skip to content
Snippets Groups Projects
Commit 441dd2dd authored by Aleksandr Kurbatov's avatar Aleksandr Kurbatov
Browse files

Merge branch 'fix/nat-1113-edgeport-juniper-decomm' into 'develop'

Skip deploy taskk in edge_port role for Juniper

See merge request !246
parents 4da0b87e af151114
No related branches found
No related tags found
1 merge request!246Skip deploy taskk in edge_port role for Juniper
Pipeline #92821 passed
...@@ -11,5 +11,14 @@ ...@@ -11,5 +11,14 @@
ansible.builtin.include_tasks: connection_tasks.yaml ansible.builtin.include_tasks: connection_tasks.yaml
- name: Include deploy tasks - name: Include deploy tasks
when: verb in verbs when: >
verb in verbs
and
router.vendor == 'nokia'
ansible.builtin.include_tasks: deploy.yaml ansible.builtin.include_tasks: deploy.yaml
- name: Skip all for Juniper
when: >
router.vendor == 'juniper'
ansible.builtin.debug:
msg: "Juniper tasks skipped"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment