]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
tests: skip disabling fastest mirror detection on atomic host
authorGuillaume Abrioux <gabrioux@redhat.com>
Tue, 5 Jun 2018 07:31:42 +0000 (09:31 +0200)
committerErwan Velu <erwanaliasr1@gmail.com>
Tue, 5 Jun 2018 14:06:22 +0000 (16:06 +0200)
There is no need to execute this task on atomic hosts.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit f0cd4b065144843762b9deca667e05a1903b2121)

tests/functional/setup.yml

index 0be082e6d8835d71e76095c67d619cd1c60d6152..62c11d212f4fd704320874b9b82f393570994a0e 100644 (file)
@@ -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: