From: Alfredo Deza Date: Wed, 29 Aug 2018 17:32:55 +0000 (-0700) Subject: ceph-volume tests.functional use Debian ansible os family in deploy.yml X-Git-Tag: v14.0.1~460^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=7a076f5e4f58bc3b346cde306ba949aabbb9b743;p=ceph.git ceph-volume tests.functional use Debian ansible os family in deploy.yml Signed-off-by: Alfredo Deza --- diff --git a/src/ceph-volume/ceph_volume/tests/functional/playbooks/deploy.yml b/src/ceph-volume/ceph_volume/tests/functional/playbooks/deploy.yml index b105fd9890ede..ff3954b217850 100644 --- a/src/ceph-volume/ceph_volume/tests/functional/playbooks/deploy.yml +++ b/src/ceph-volume/ceph_volume/tests/functional/playbooks/deploy.yml @@ -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