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>
  • Loading branch information
Alfredo Deza committed Aug 29, 2018
1 parent b2a62c2 commit 7a076f5
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 7a076f5

Please sign in to comment.