From 8dc93851db2e44425d3cec0362623680e06c90bc Mon Sep 17 00:00:00 2001 From: Tomas Sedovic Date: Tue, 5 Dec 2017 15:58:15 +0100 Subject: Don't check for the deployment_type --- roles/rhel_subscribe/tasks/main.yml | 1 - 1 file changed, 1 deletion(-) (limited to 'roles/rhel_subscribe') diff --git a/roles/rhel_subscribe/tasks/main.yml b/roles/rhel_subscribe/tasks/main.yml index 2ac3afb70..3bf1ea478 100644 --- a/roles/rhel_subscribe/tasks/main.yml +++ b/roles/rhel_subscribe/tasks/main.yml @@ -63,5 +63,4 @@ - include: enterprise.yml when: - - deployment_type == 'openshift-enterprise' - not ostree_booted.stat.exists | bool -- cgit v1.2.1