From 067b8b1d738ca2ace8f13081a2d4625186a5a68d Mon Sep 17 00:00:00 2001 From: Josh Lay Date: Tue, 30 Jul 2019 22:06:53 -0500 Subject: [PATCH] tuned - clean up role/tasks --- roles/tuned/tasks/main.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/roles/tuned/tasks/main.yml b/roles/tuned/tasks/main.yml index 8a65665..6a41998 100644 --- a/roles/tuned/tasks/main.yml +++ b/roles/tuned/tasks/main.yml @@ -13,9 +13,3 @@ name: tuned enabled: yes state: started - -#- include_tasks: deb.yml -# when: ansible_distribution in ["Debian", "Ubuntu"] - -#- include_tasks: el.yml -# when: ansible_distribution in ["CentOS" , "Red Hat Enterprise Linux", "Fedora"] and not is_atomic