Remove logrotate test
It seems there is a bug in logrotate where using the -d flag doesn't work as expected. Remove this for now, as it is blocking production installs. But see how we can better validate logrotate is setup properly. Change-Id: I66959d9a6de131683a48af68ba58c08020f30e1b Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
@@ -27,8 +27,3 @@
|
||||
become: yes
|
||||
shell: /usr/sbin/service zuul-web status
|
||||
tags: skip_ansible_lint
|
||||
|
||||
- name: Ensure logrotate is setup
|
||||
become: yes
|
||||
command: logrotate -d /etc/logrotate.d/zuul-web
|
||||
tags: skip_ansible_lint
|
||||
|
||||
Reference in New Issue
Block a user