Skip to content

Commit

Permalink
fix: moved yamllint ignore line after the comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sugetha24 committed Dec 4, 2023
1 parent 9e75815 commit cdde01a
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,8 @@
- name: "Testing create bundle"
ansible.builtin.assert:
that:
# yamllint disable-line rule:colons
# To disable error: "colons: too many spaces before colon"
- create_bundle_data.data.data == "Bundle : Test_bundle successfully created"
- create_bundle_data.data.data == "Bundle : Test_bundle successfully created" # yamllint disable-line rule:colons

- name: "Create second bundle for test"
arista.cvp.cv_image_v3:
Expand All @@ -80,9 +79,8 @@
- name: "Testing create bundle"
ansible.builtin.assert:
that:
# yamllint disable-line rule:colons
# To disable error: "colons: too many spaces before colon"
- create_bundle_data_2.data.data == "Bundle : vEOS-lab-4.30.1F successfully created"
- create_bundle_data_2.data.data == "Bundle : vEOS-lab-4.30.1F successfully created" # yamllint disable-line rule:colons

- name: Build Container Topology with image bundle On {{ inventory_hostname }}
arista.cvp.cv_container_v3:
Expand Down

0 comments on commit cdde01a

Please sign in to comment.