Don't include Ansible (and therefore EPEL) by default

This commit is contained in:
Anthony Rose 2021-02-09 15:23:00 +00:00
parent b7dd5cafc4
commit 2d4825473f

View file

@ -1,15 +1,4 @@
--- ---
- name: Install CentOS Ansible repo
become: true
dnf:
name: centos-release-ansible-29
state: present
when: ansible_distribution == 'CentOS'
- name: Install EPEL
become: true
dnf:
name: epel-release
state: present
- name: Install CLI packages - name: Install CLI packages
become: true become: true
dnf: dnf:
@ -19,7 +8,6 @@
packages: packages:
- "@container-tools" - "@container-tools"
- "@development" - "@development"
- ansible
- aspell-en - aspell-en
- bc - bc
- bind-utils - bind-utils