Skip to content
Snippets Groups Projects
Commit 4e299f00 authored by ME's avatar ME
Browse files

change by alex comments

parent b4646ed5
No related branches found
No related tags found
No related merge requests found
...@@ -40,35 +40,35 @@ ...@@ -40,35 +40,35 @@
- (verb is not defined) or (neighbor_address is not defined) or (vendor is not defined) or (check_id is not defined) - (verb is not defined) or (neighbor_address is not defined) or (vendor is not defined) or (check_id is not defined)
- name: Include task - name: Include task
ansible.builtin.include_tasks: check_bgp_status.yaml ansible.builtin.include_tasks: get_bgpbfdnlri.yaml
when: when:
- verb in verbs - verb in verbs
- name: Include task - name: Include task
ansible.builtin.include_tasks: compare_pre_post.yaml ansible.builtin.include_tasks: get_bgproutesrec.yaml
when: when:
- verb in verbs - verb in verbs
- name: Include task - name: Include task
ansible.builtin.include_tasks: get_bgpbfdnlri.yaml ansible.builtin.include_tasks: get_bgproutesadv.yaml
when: when:
- verb in verbs - verb in verbs
- name: Include task - name: Include task
ansible.builtin.include_tasks: get_bgproutesrec.yaml ansible.builtin.include_tasks: create_file.yaml
when: when:
- verb in verbs - verb in verbs
- name: Include task - name: Include task
ansible.builtin.include_tasks: get_bgproutesadv.yaml ansible.builtin.include_tasks: check_bgp_status.yaml
when: when:
- verb in verbs - verb in verbs
- name: Include task - name: Include task
ansible.builtin.include_tasks: create_file.yaml ansible.builtin.include_tasks: compare_pre_post.yaml
when: when:
- verb in verbs - verb in verbs
#- name: Include task #- name: Include task
# ansible.builtin.include_tasks: check.yaml # ansible.builtin.include_tasks: check.yaml
# when: # when:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment