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:
Paul Belanger
2018-04-06 21:51:28 -04:00
parent 37ae3037d9
commit e4bf47bec0
8 changed files with 0 additions and 40 deletions

View File

@@ -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