diff --git a/tasks/yumrepos.yml b/tasks/yumrepos.yml index 0fc5a2d1b2..c255cefffc 100644 --- a/tasks/yumrepos.yml +++ b/tasks/yumrepos.yml @@ -1,4 +1,9 @@ --- +- name: Include vars/all/ + include_vars: + dir: /srv/web/infra/ansible/vars/all/ + ignore_files: [README] + - name: put rhel repos on rhel systems copy: src="{{ files }}/common/rhel{{ ansible_distribution_major_version }}.repo" dest="/etc/yum.repos.d/rhel{{ ansible_distribution_major_version }}.repo" when: ansible_distribution == 'RedHat' and not inventory_hostname.startswith('ppc9')