Hi! I'm still learning Ansible. I need help with recursively replacing
strings in a directory.
Will this code work?
- replace:
dest: "/home/ansible/cloning/*"
regexp: "{{ansible_hostname}}"
replace: "{{ansible_system}"
with_filetree: "/home/ansible/cloning/"
Thanks!
--
You received this message because you are subscribed to the Google Groups
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.