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