Yes indeed, thanks! On Tue, 23 Feb, 2021, 12:07 PM Amedee Van Gasse, <[email protected]> wrote:
> You're probably mistaken in your mailing lists, this is the Jenkins > mailing list. > I thing you should ask over at https://groups.google.com/g/ansible-project > ([email protected]) > > On Monday, February 22, 2021 at 10:31:38 AM UTC+1 [email protected] > wrote: > >> 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/51175a9e-9df6-42e0-8461-f7eb9a01a13cn%40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-users/51175a9e-9df6-42e0-8461-f7eb9a01a13cn%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- 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/CAJeB3MMkL9OytdcYfvq8ZyCFUM4x8wOgVX%2BmfmGUqGnP_50nkg%40mail.gmail.com.
