diff --git a/roles/copr/base/tasks/main.yml b/roles/copr/base/tasks/main.yml index 6f7510ba8a..2664973166 100644 --- a/roles/copr/base/tasks/main.yml +++ b/roles/copr/base/tasks/main.yml @@ -28,7 +28,6 @@ yum: state=present pkg={{ item }} with_items: #- "copr-selinux" - - "fail2ban" - "system-config-firewall-base" - "nrpe" tags: @@ -47,9 +46,3 @@ lineinfile: dest=/etc/sysconfig/network create=yes backup=yes state=present line='PEERDNS=no' regexp=^PEERDNS= tags: - config - -- name: enable services - service: state=running enabled=yes name={{ item }} - with_items: - - fail2ban -