commit | d319f7bb5816498baf863e80bccf7c6a46a997fe | [log] [tgz] |
---|---|---|
author | Carlos Frias <carlos.frias@one.verizon.com> | Mon Jul 24 17:41:01 2017 -0400 |
committer | Carlos Frias <carlos.frias@one.verizon.com> | Mon Jul 24 17:41:01 2017 -0400 |
tree | 3fc33cff16730a759f2bc95bb0c32130c36336ad | |
parent | 1dfeb5bc048976aacb19dc7e81be97b90b9bf096 [diff] |
added yum repo id
diff --git a/tasks/main.yml b/tasks/main.yml index 0ab3705..8edd8b8 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -17,7 +17,7 @@ name: "{{ item.repo_id }}" description: "{{ item.name }}" baseurl: "{{ item.baseurl }}" - file: 'redhat' + file: 'vz-aws-rhel7' with_items: "{{ vz_aws_rhel7_repositories }}" - name: Yum clean