]> git-server-git.apps.pok.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:02:54 +0000 (16:02 +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 0b8f78ffe84cb54200d31e9495d964a5bf341bce..4f4af67922e9482828a19216d22fc4bfaafd859a 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: