install-docker: remove fix from prior change

This file is now removed (I0cbcd4694a4796573fe48383756be03597d2da0f);
get rid of this to avoid any confusion.

Change-Id: I837d1fccbfa2461eb1315eac54c2a017fcb86511
This commit is contained in:
Ian Wienand 2021-02-25 09:19:02 +11:00
parent 3303199ba6
commit f8ca888b2b
1 changed files with 0 additions and 5 deletions

View File

@ -41,11 +41,6 @@
state: present
executable: pip3
- name: Remove incorrect rsyslog redirector
file:
state: absent
path: /etc/rsyslog.d/98-docker.conf
- name: Install rsyslog redirector for container tags
copy:
src: '10-docker.conf'