From: Guillaume Abrioux Date: Tue, 5 Jun 2018 07:31:42 +0000 (+0200) Subject: tests: skip disabling fastest mirror detection on atomic host X-Git-Tag: v3.0.37~20 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=fcccc6f86e4a80ed2916a3595da8505a4b93a283;p=ceph-ansible.git tests: skip disabling fastest mirror detection on atomic host There is no need to execute this task on atomic hosts. Signed-off-by: Guillaume Abrioux (cherry picked from commit f0cd4b065144843762b9deca667e05a1903b2121) --- diff --git a/tests/functional/setup.yml b/tests/functional/setup.yml index 0be082e6d..62c11d212 100644 --- a/tests/functional/setup.yml +++ b/tests/functional/setup.yml @@ -29,7 +29,9 @@ section: main option: enabled value: 0 - when: ansible_distribution == 'CentOS' + when: + - ansible_distribution == 'CentOS' + - not is_atomic - name: install epel package: