From af6fbb44eda4e6f1327ca939b8a02c8a9361d2be Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Thu, 19 Mar 2015 15:31:42 -0500 Subject: [PATCH] Made the include name for redhat/packages.yml not a lie I thought about being more descriptive, but as the contents of the included file might change I wanted this name to be a bit generic. Signed-off-by: Andrew Schoen --- roles/common/tasks/setup-redhat.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/common/tasks/setup-redhat.yml b/roles/common/tasks/setup-redhat.yml index c54b2f6..11d6d80 100644 --- a/roles/common/tasks/setup-redhat.yml +++ b/roles/common/tasks/setup-redhat.yml @@ -14,7 +14,7 @@ tags: - entitlements -- name: Installing packages with yum. +- name: Perform package related tasks for rhel. include: redhat/packages.yml tags: - packages -- 2.39.5