]> git-server-git.apps.pok.os.sepia.ceph.com Git - cephmetrics.git/commitdiff
ansible: Use upstream Grafana repo in devel_mode wip-testinfra-centos
authorZack Cerza <zack@redhat.com>
Fri, 20 Oct 2017 22:20:32 +0000 (16:20 -0600)
committerZack Cerza <zack@redhat.com>
Fri, 20 Oct 2017 22:20:32 +0000 (16:20 -0600)
Signed-off-by: Zack Cerza <zack@redhat.com>
ansible/roles/ceph-grafana/tasks/setup_repos.yml

index 8febca21da4eef42ea5ce7c2ef0c385bfb17f569..2605fd0157ddf76d506fc7f014a09159f1a48fba 100644 (file)
@@ -31,7 +31,6 @@
     dest: /etc/yum.repos.d/grafana.repo
   when:
     - ansible_pkg_mgr == 'yum'
-    - use_epel
     - devel_mode
 
 - name: Remove Grafana repo
@@ -40,8 +39,7 @@
     state: absent
   when:
     - ansible_pkg_mgr == "yum"
-    - not use_epel
-    - devel_mode
+    - not devel_mode
 
 - name: Install grafana repo
   copy: