From: Andrew Schoen Date: Thu, 19 Mar 2015 20:31:42 +0000 (-0500) Subject: Made the include name for redhat/packages.yml not a lie X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=af6fbb44eda4e6f1327ca939b8a02c8a9361d2be;p=ceph-cm-ansible.git 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 --- diff --git a/roles/common/tasks/setup-redhat.yml b/roles/common/tasks/setup-redhat.yml index c54b2f6a..11d6d800 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