The easiest way is to use the debug module and you can output an empty 
string, it would work like this

- name: test 1
  debug:
    msg: ""

- name: test 2
  debug:
     msg: ""

You can also use meta: noop but it isn't recommended for general use, it 
would work like this

- name: test 1
  meta: noop

- name: test 2
  meta: noop

Thanks

Jordan

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/a42e934e-c832-4cf1-ba2c-2e5dd189922e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to