Remove stray playbook

When removing the docker playbooks thte graphite-docker playbook
was missed.

Change-Id: I5ed76235ee9a1808c8771f5b50e90d5c6c5dcf25
Signed-off-by: Chuck Short <chucks@redhat.com>
This commit is contained in:
Chuck Short 2018-07-19 13:53:28 -04:00
parent 005ee423ab
commit c1fdde009c
1 changed files with 0 additions and 10 deletions

View File

@ -1,10 +0,0 @@
---
#
# Playbook to install graphite-web
#
- hosts: graphite
remote_user: root
roles:
- { role: epel }
- { role: graphite_docker }