Signed-off-by: Kevin Fenzi <kevin@xxxxxxxxx> --- roles/loopabull/tasks/main.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/roles/loopabull/tasks/main.yml b/roles/loopabull/tasks/main.yml index 9ddd422..906794c 100644 --- a/roles/loopabull/tasks/main.yml +++ b/roles/loopabull/tasks/main.yml @@ -1,6 +1,11 @@ --- # tasks file for loopabull +- name: Install RHOSP13 repo file + copy: src="{{ files }}/newcloud/rhos13.repo" dest=/etc/yum.repos.d/rhos13.repo + tags: + - loopabull + - name: Install required packages package: name="{{ item }}" state=present with_items: -- 1.8.3.1 _______________________________________________ infrastructure mailing list -- infrastructure@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to infrastructure-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/infrastructure@xxxxxxxxxxxxxxxxxxxxxxx