Skip to content

Commit

Permalink
ceph-volume tests.functional use Debian ansible os family in deploy.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit 7a076f5)
  • Loading branch information
Alfredo Deza authored and andrewschoen committed Aug 29, 2018
1 parent 2fa6ccd commit 7962d49
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -112,7 +112,7 @@
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
Expand Down

0 comments on commit 7962d49

Please sign in to comment.