From: Emilien Mantel Date: Mon, 31 Aug 2015 12:23:20 +0000 (+0200) Subject: Remove capital letters X-Git-Tag: v1.0.0~121^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F392%2Fhead;p=ceph-ansible.git Remove capital letters --- diff --git a/roles/ceph-common/tasks/installs/install_on_debian.yml b/roles/ceph-common/tasks/installs/install_on_debian.yml index 0cc57d4fe..08a40f7b5 100644 --- a/roles/ceph-common/tasks/installs/install_on_debian.yml +++ b/roles/ceph-common/tasks/installs/install_on_debian.yml @@ -7,7 +7,7 @@ cache_valid_time=3600 with_items: debian_package_dependencies -- name: configure Ceph APT repository +- name: configure ceph apt repository include: debian_ceph_repository.yml when: ceph_origin == 'upstream'