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

Merge branch 'ipbg-role-update' into 'develop'

update nokia compile

See merge request !98
parents c36f32d4 51319b1b
No related branches found
No related tags found
1 merge request!98update nokia compile
Pipeline #85613 passed
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
when: when:
wfo_router.router.router_access_via_ts is defined and wfo_router.router.router_access_via_ts is defined and
( wfo_router.router.router_access_via_ts | ansible.builtin.bool ) is true ( wfo_router.router.router_access_via_ts | ansible.builtin.bool ) is true
and vendor == 'nokia' and inventory_hostname == wfo_router.router.router_fqdn
- name: Create a folder for all the things - name: Create a folder for all the things
ansible.builtin.file: ansible.builtin.file:
...@@ -30,4 +30,4 @@ ...@@ -30,4 +30,4 @@
when: when:
wfo_router.router.router_access_via_ts is defined and wfo_router.router.router_access_via_ts is defined and
( wfo_router.router.router_access_via_ts | ansible.builtin.bool ) is true ( wfo_router.router.router_access_via_ts | ansible.builtin.bool ) is true
and vendor == 'nokia' and inventory_hostname == wfo_router.router.router_fqdn
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment