From f6a6fb459ad830de3677f89777ca188aeee8972e Mon Sep 17 00:00:00 2001 From: Sam Doran Date: Wed, 17 Oct 2018 17:35:58 -0400 Subject: [PATCH] Apply variable to task not the block - use static import of role since dynamic is not required - apply variables to the task, not the block - remove block since it does not appear to be necessary Change-Id: I9cb0dd38c972ed0e81cbd7228490018d600eaa5c --- extraconfig/services/rhsm.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/extraconfig/services/rhsm.yaml b/extraconfig/services/rhsm.yaml index 61b52b96b5..e26eea0759 100644 --- a/extraconfig/services/rhsm.yaml +++ b/extraconfig/services/rhsm.yaml @@ -68,7 +68,6 @@ outputs: step_config: '' host_prep_tasks: - name: Red Hat Subscription Management configuration + import_role: + name: redhat-subscription vars: {get_attr: [RoleParametersValue, value, vars]} - block: - - include_role: - name: redhat-subscription