summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/update_repos_and_packages.yml
diff options
context:
space:
mode:
authorRussell Teague <rteague@redhat.com>2017-08-30 22:13:12 -0400
committerGitHub <noreply@github.com>2017-08-30 22:13:12 -0400
commit3efcda7698d053c16c247e557005d694db58da9e (patch)
treed407ca6b4f98311978ac3b8fe01c7f4c2f67363a /playbooks/common/openshift-cluster/update_repos_and_packages.yml
parent801a90ba2581216b6204fd05915cff3f1900b637 (diff)
parentd8191cbd7a66fc2ba8b4d3cafeccc19afca76850 (diff)
downloadopenshift-3efcda7698d053c16c247e557005d694db58da9e.tar.gz
openshift-3efcda7698d053c16c247e557005d694db58da9e.tar.bz2
openshift-3efcda7698d053c16c247e557005d694db58da9e.tar.xz
openshift-3efcda7698d053c16c247e557005d694db58da9e.zip
Merge pull request #5188 from mtnbikenc/test-common-entry
Test: Fail on entry point playbooks in common
Diffstat (limited to 'playbooks/common/openshift-cluster/update_repos_and_packages.yml')
-rw-r--r--playbooks/common/openshift-cluster/update_repos_and_packages.yml18
1 files changed, 0 insertions, 18 deletions
diff --git a/playbooks/common/openshift-cluster/update_repos_and_packages.yml b/playbooks/common/openshift-cluster/update_repos_and_packages.yml
deleted file mode 100644
index be956fca5..000000000
--- a/playbooks/common/openshift-cluster/update_repos_and_packages.yml
+++ /dev/null
@@ -1,18 +0,0 @@
----
-- include: evaluate_groups.yml
-
-- name: Subscribe hosts, update repos and update OS packages
- hosts: oo_hosts_to_update
- roles:
- # Explicitly calling openshift_facts because it appears that when
- # rhel_subscribe is skipped that the openshift_facts dependency for
- # openshift_repos is also skipped (this is the case at least for Ansible
- # 2.0.2)
- - openshift_facts
- - role: rhel_subscribe
- when: deployment_type in ["enterprise", "atomic-enterprise", "openshift-enterprise"] and
- ansible_distribution == "RedHat" and
- lookup('oo_option', 'rhel_skip_subscription') | default(rhsub_skip, True) |
- default('no', True) | lower in ['no', 'false']
- - openshift_repos
- - os_update_latest