diff --git a/tasks/RedHat.yml b/tasks/RedHat.yml index 5f50113..d1c4ed7 100644 --- a/tasks/RedHat.yml +++ b/tasks/RedHat.yml @@ -2,13 +2,13 @@ # tasks file for common role - include_tasks: networking.yml -- name: Ensure common packages (RHEL) - yum: - name: "{{ common_packages }}" - state: present - enablerepo: epel - when: ansible_distribution != 'OracleLinux' - tags: packages +# - name: Ensure common packages (RHEL) +# yum: +# name: "{{ common_packages }}" +# state: present +# enablerepo: epel +# when: ansible_distribution != 'OracleLinux' +# tags: packages - name: Ensure common packages (OracleLinux) yum: