]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph-volume tests.functional use Debian ansible os family in deploy.yml 23788/head
authorAlfredo Deza <adeza@redhat.com>
Wed, 29 Aug 2018 17:32:55 +0000 (10:32 -0700)
committerAlfredo Deza <adeza@redhat.com>
Wed, 29 Aug 2018 17:32:55 +0000 (10:32 -0700)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
src/ceph-volume/ceph_volume/tests/functional/playbooks/deploy.yml

index b105fd9890ede28d08f1f8c8bb592a7c9596be8a..ff3954b217850b4d427f94c4bf75739831e51622 100644 (file)
         src: "{{ toxinidir}}/../../../../ceph_volume"
         dest: "/usr/lib/python2.7/dist-packages"
         use_ssh_args: true
-      when: ansible_os_family == "Ubuntu"
+      when: ansible_os_family == "Debian"
 
 - hosts: osds
   gather_facts: false