We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97a4a31 commit 29b3a00Copy full SHA for 29b3a00
language_features/register_logic.yml
@@ -31,12 +31,12 @@
31
when: motd_result.stdout.find('hi') != -1
32
33
# you can use 'stdout_lines' to loop over the registered output lines
34
- - name: motd lines mathing 'hi'
+ - name: motd lines matching 'hi'
35
shell: echo "{{ item }}"
36
with_items: motd_result.stdout_lines
37
38
# you can also split 'stdout' yourself
39
40
41
with_items: motd_result.stdout.split('\n')
42
0 commit comments