[ODCS] Fix the syntax
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
parent
5c2c077ba8
commit
fca44a415d
1 changed files with 1 additions and 1 deletions
|
@ -287,7 +287,7 @@
|
||||||
|
|
||||||
- name: configure logrotate
|
- name: configure logrotate
|
||||||
copy:
|
copy:
|
||||||
src: "{{ roles_path }}/odcs/base/files/logrotate.d/odcs }}"
|
src: "{{ roles_path }}/odcs/base/files/logrotate.d/odcs"
|
||||||
dest: /etc/logrotate.d/odcs
|
dest: /etc/logrotate.d/odcs
|
||||||
when: inventory_hostname.startswith('odcs-backend')
|
when: inventory_hostname.startswith('odcs-backend')
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue