I
I
Ivan2019-01-26 11:37:35
linux
Ivan, 2019-01-26 11:37:35

How to insert string into json using ansible?

trying to insert string into json

lineinfile:
      path: /var/opt/test.json
      regexp: '  "TimeFormat": 24  '
      insertbefore: '  "TimeFormat": 24 '
      line: ' "Password": "My-Password", '

But the insert goes to the end of the file, what's the catch?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
P
Puma Thailand, 2019-01-26
@opium

Why do you need regexp and insert bifo?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question