From 05857864fdfdc65e8a9f4eb4e3196e01a44de0ae Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Wed, 3 Jun 2015 12:16:41 -0600 Subject: [PATCH] Include relevant vars in entitlements tag Signed-off-by: Zack Cerza --- roles/common/tasks/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/common/tasks/main.yml b/roles/common/tasks/main.yml index e706ceb..71f7a8f 100644 --- a/roles/common/tasks/main.yml +++ b/roles/common/tasks/main.yml @@ -7,6 +7,8 @@ - empty.yml tags: - vars + # We need these vars for the entitlements tag to work + - entitlements # configure Red Hat entitlements with subscription-manager - include: rhel-entitlements.yml -- 2.39.5