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

Fix wording typos

parent e7051c23
No related branches found
No related tags found
1 merge request!271Fix wording typos
Pipeline #94395 passed
......@@ -15,7 +15,7 @@
commands: "ping {{ side_b_ipv4_address.split('/')[0] }} rapid size {{ rapid_ping_size }} count {{ rapid_ping_count }}"
register: response
- name: Show rapid ping resulst
- name: Show rapid ping results
ansible.builtin.debug:
var: response.stdout_lines[0]
......@@ -24,7 +24,7 @@
commands: "ping {{ side_b_ipv4_address.split('/')[0] }} size {{ mtu_ping_size }} count {{ mtu_ping_count }} do-not-fragment"
register: response
- name: Show MTU ping resulst
- name: Show MTU ping results
ansible.builtin.debug:
var: response.stdout_lines[0]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment