From ed0b2270101d9d29d24eb1969a5cbe2f029a7a85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Han?= Date: Wed, 31 Oct 2018 19:01:04 +0100 Subject: [PATCH] misc: rm useless file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This file is not correct anymore since the ansible galaxy contains the entire repo in it. Signed-off-by: Sébastien Han --- example-ansible-role-requirements.yml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 example-ansible-role-requirements.yml diff --git a/example-ansible-role-requirements.yml b/example-ansible-role-requirements.yml deleted file mode 100644 index 153ba9842..000000000 --- a/example-ansible-role-requirements.yml +++ /dev/null @@ -1,15 +0,0 @@ -- name: ceph-common - src: https://github.com/ceph/ansible-ceph-common.git - #version: -- name: ceph-mon - src: https://github.com/ceph/ansible-ceph-mon.git - #version: -- name: ceph-osd - src: https://github.com/ceph/ansible-ceph-osd.git - #version: -- name: ceph-mds - src: https://github.com/ceph/ansible-ceph-mds.git - #version: -- name: ceph-rgw - src: https://github.com/ceph/ansible-ceph-rgw.git - #version: