--
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 ansible-proje...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Can you please show me the example of this in a playbook and how you are observing this behavior (playbook output in verbose mode, etc)?
Nicolas
--
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 ansible-proje...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Ah ok, don't use content in this case without quoting it, and you should be fine.It's also preferred you use "src" anyway, content was a recent addition.
--
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 ansible-proje...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Sure, how about sending me a pull request so we can test it out and make sure it doesn't break anything?
--
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 ansible-proje...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Sure, how about sending me a pull request so we can test it out and make sure it doesn't break anything?
--
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 ansible-proje...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
--
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 ansible-proje...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
I would disagree with Nicolas in that \<something> escaping is not Python specific. Indeed, it seems to be theYAML-way
to escape control characters according to YAML (see: http://yaml.org/spec/current.html#id2517668). It is also the natural way
of regular expressions (http://www.regular-expressions.info/reference.html)