Re: [ansible-project] Re: replace a line in a file with lineinfile

2022-01-15 Thread dulhaver via Ansible Project
> On 01/15/2022 9:01 PM Todd Lewis wrote: > > > You have a space on either end of your "path:" parameter. Change > path: " {{ mariadb_base }}/bin/.myenv " > to > path: "{{ mariadb_base }}/bin/.myenv" > and see if that works better. > yes, much better. thx > On Saturday, January 15, 2022 at 9

[ansible-project] Re: replace a line in a file with lineinfile

2022-01-15 Thread Todd Lewis
You have a space on either end of your "path:" parameter. Change path: " {{ mariadb_base }}/bin/.myenv " to path: "{{ mariadb_base }}/bin/.myenv" and see if that works better. On Saturday, January 15, 2022 at 9:28:00 AM UTC-5 dulh...@mailbox.org wrote: > I want to change replace a particular line