On 24.05.16 17:33 aaron.truji...@total.care wrote:
> I am attempting to add a task within my playbook that alters a conf file. 
>  I want to add text within a selected line.  I don't want to delete the 
> line and then add the line back with the added text I need the line to 
> remain as I may add to it from other playbooks from time to time. 
>  Basically i am looking to take a line ABCDEFGH and add 123 between the D 
> and the H to become ABCD123EFGH  and then from another playbook add 456 to 
> look like ABCD123456EFGH, is this  possible?

If this does not work with the lineinfile module, there is always sed
(if the target is some kind of unix).

Johannes

-- 
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-project+unsubscr...@googlegroups.com.
To post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/5745C3DD.90207%40ojkastl.de.
For more options, visit https://groups.google.com/d/optout.

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to