From 3e450c25f2e03ee06d8ef7d6825cd36294c77007 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?L=C3=A9na=C3=AFc=20Huard?= <lhuard@amadeus.com>
Date: Mon, 11 Jan 2016 11:37:00 +0100
Subject: Move the `is_atomic` check from `update_repos_and_packages.yml` to
 `rhel_subscribe`

---
 playbooks/common/openshift-cluster/update_repos_and_packages.yml | 1 -
 1 file changed, 1 deletion(-)

(limited to 'playbooks')

diff --git a/playbooks/common/openshift-cluster/update_repos_and_packages.yml b/playbooks/common/openshift-cluster/update_repos_and_packages.yml
index 88736ee03..1474bb3ca 100644
--- a/playbooks/common/openshift-cluster/update_repos_and_packages.yml
+++ b/playbooks/common/openshift-cluster/update_repos_and_packages.yml
@@ -8,6 +8,5 @@
           ansible_distribution == "RedHat" and
           lookup('oo_option', 'rhel_skip_subscription') | default(rhsub_skip, True) |
             default('no', True) | lower in ['no', 'false']
-          and not openshift.common.is_atomic | bool
   - openshift_repos
   - os_update_latest
-- 
cgit v1.2.3