hi all,
i am new to ansible and need some advise.
i am merging 2 lists from 2 different files and i am getting result which
is seperated by square bracket.
how i can remove square bracket from the file using regexp in ansible
playbook.
please advise. i am using lineinfile module for regep:
name: Remove extra characters
lineinfile :
path: "../ip_address.txt"
state: absent
regexp: '^$'
#regexp: '^([ ]+)[^\n]+$'
#replace: '\g<1>0.0.0.0'
#shell: |
# cat ../ip_address.txt | sed 's/[][]//g'
#regexp: ('^(.*[\\=/])')
--
You received this message because you are subscribed to the Google Groups
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-users/bed41757-351b-4cf4-a82e-4aa9c8a7fb68n%40googlegroups.com.