Skip to content

Commit 29b3a00

Browse files
author
Lorenzo Manacorda
committed
fix typo
1 parent 97a4a31 commit 29b3a00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

language_features/register_logic.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@
3131
when: motd_result.stdout.find('hi') != -1
3232

3333
# you can use 'stdout_lines' to loop over the registered output lines
34-
- name: motd lines mathing 'hi'
34+
- name: motd lines matching 'hi'
3535
shell: echo "{{ item }}"
3636
with_items: motd_result.stdout_lines
3737

3838
# you can also split 'stdout' yourself
39-
- name: motd lines mathing 'hi'
39+
- name: motd lines matching 'hi'
4040
shell: echo "{{ item }}"
4141
with_items: motd_result.stdout.split('\n')
4242

0 commit comments

Comments
 (0)