mirror of
https://github.com/iiab/iiab.git
synced 2025-02-14 20:22:08 +00:00
Properly escape backslash inside double quote
This commit is contained in:
parent
d419096801
commit
a512d20cda
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
|||
lineinfile:
|
||||
path: "{{ azuracast_host_dir }}/docker.sh"
|
||||
regexp: "^(.*)read reply.*"
|
||||
line: "\1reply='Y'"
|
||||
line: "\\1reply='Y'"
|
||||
backrefs: yes
|
||||
|
||||
- name: Azuracast - Make docker container directory
|
||||
|
|
Loading…
Reference in a new issue