mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 20:42:11 +00:00
I love double quotes
This commit is contained in:
parent
cbb2b66a72
commit
71523cf7ef
1 changed files with 2 additions and 2 deletions
|
@ -9,5 +9,5 @@
|
||||||
- name: Patching tpot.yml with custom ews configuration file
|
- name: Patching tpot.yml with custom ews configuration file
|
||||||
lineinfile:
|
lineinfile:
|
||||||
path: /opt/tpot/etc/tpot.yml
|
path: /opt/tpot/etc/tpot.yml
|
||||||
insertafter: '/opt/ewsposter/ews.ip'
|
insertafter: "/opt/ewsposter/ews.ip"
|
||||||
line: ' - /data/ews/conf/ews.cfg:/opt/ewsposter/ews.cfg'
|
line: " - /data/ews/conf/ews.cfg:/opt/ewsposter/ews.cfg"
|
||||||
|
|
Loading…
Reference in a new issue