From 3ceb5bfd4781fb7ff52a4d89fd66887b5f585fb1 Mon Sep 17 00:00:00 2001 From: Adrien Date: Sun, 5 Apr 2020 23:51:37 +0200 Subject: [PATCH] Remove unneed tasks --- tasks/uninstall.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/tasks/uninstall.yml b/tasks/uninstall.yml index fb73b51..9211a40 100644 --- a/tasks/uninstall.yml +++ b/tasks/uninstall.yml @@ -1,7 +1,4 @@ --- - - name: Define repo for {{ ansible_os_family }} - include_tasks: add_repo_{{ ansible_os_family }}.yml - - name: Remove Ansible's files file: path: "/etc/yum.repos.d/ansible.repo"