]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
Fix typo
authorZack Cerza <zack@redhat.com>
Thu, 21 Apr 2016 20:47:38 +0000 (14:47 -0600)
committerZack Cerza <zack@redhat.com>
Thu, 21 Apr 2016 20:47:38 +0000 (14:47 -0600)
Signed-off-by: Zack Cerza <zack@redhat.com>
roles/pcp/tasks/repo.yml

index 924979e1859935c27c25b70e57bd87f185f0b866..cdcac193f6fe2d0ec88b73b3853b415c2f4edfeb 100644 (file)
@@ -18,7 +18,6 @@
 - name: Add upstream yum repo
   get_url:
     url: "{{ upstream_repo_url }}"
-    dest: /etc/apt/sources.list.d/pcp.list
     dest: /etc/yum.repos.d/pcp.repo
   when:
     ansible_pkg_mgr == "yum"