From 89729015bb22206673cd4738ac2080ec11cfedfe Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 30 Sep 2014 00:03:50 +0000 Subject: [PATCH] Tag yumrepos task with yumrepos tag --- tasks/yumrepos.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tasks/yumrepos.yml b/tasks/yumrepos.yml index f62c714138..4749f8b4ba 100644 --- a/tasks/yumrepos.yml +++ b/tasks/yumrepos.yml @@ -8,6 +8,7 @@ tags: - config - packages + - yumrepos - name: put rhel repos on rhel7 systems action: copy src="{{ files }}/common/{{ item }}" dest="/etc/yum.repos.d/{{ item }}" @@ -18,6 +19,7 @@ tags: - config - packages + - yumrepos - name: put fedora repos on x86 systems action: copy src="{{ files }}/common/{{ item }}" dest="/etc/yum.repos.d/{{ item }}" @@ -29,6 +31,7 @@ tags: - config - packages + - yumrepos - name: put fedora repos on arm systems action: copy src="{{ files }}/common/{{ item }}-arm" dest="/etc/yum.repos.d/{{ item }}" @@ -40,6 +43,7 @@ tags: - config - packages + - yumrepos - name: add infrastructure repo action: copy src="{{ files }}/common/{{ item }}" dest="/etc/yum.repos.d/{{ item }}" @@ -49,4 +53,4 @@ tags: - config - packages - + - yumrepos