diff --git a/tasks/base.yml b/tasks/base.yml index f4366a414b..5a4ab334e9 100644 --- a/tasks/base.yml +++ b/tasks/base.yml @@ -36,6 +36,9 @@ - config - packages +- name: add infrastructure repo + action: copy src=$files/common/infrastructure.repo dest=/etc/yum.repos.d/infrastructure.repo + - name: default packages to install action: yum state=installed name=$item with_items: