l'ordre Ansible lineinfile n'accepte plus le paramètre marker
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
- name: Conf Jitsi - webcam en qualité medium par defaut
|
- name: Conf Jitsi - webcam en qualité medium par defaut
|
||||||
lineinfile:
|
lineinfile:
|
||||||
path: /etc/jitsi/meet/{{ inventory_hostname }}-config.js
|
path: /etc/jitsi/meet/{{ inventory_hostname }}-config.js
|
||||||
marker: "// {mark} ANSIBLE MANAGED BLOCK"
|
# marker: "// {mark} ANSIBLE MANAGED BLOCK"
|
||||||
insertafter: "[^?]// resolution: 720,"
|
insertafter: "[^?]// resolution: 720,"
|
||||||
line: "resolution: 360,"
|
line: "resolution: 360,"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user