mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +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:
|
lineinfile:
|
||||||
path: "{{ azuracast_host_dir }}/docker.sh"
|
path: "{{ azuracast_host_dir }}/docker.sh"
|
||||||
regexp: "^(.*)read reply.*"
|
regexp: "^(.*)read reply.*"
|
||||||
line: "\1reply='Y'"
|
line: "\\1reply='Y'"
|
||||||
backrefs: yes
|
backrefs: yes
|
||||||
|
|
||||||
- name: Azuracast - Make docker container directory
|
- name: Azuracast - Make docker container directory
|
||||||
|
|
Loading…
Reference in a new issue