From 2c73616b521d2760a503036a92713cab48714783 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Mon, 21 Dec 2020 05:07:07 -0600 Subject: [PATCH] Do not attempt to install general community galaxy repo. 2.9 docs say it is not needed. So why does 2.10 say they are? Regardless, the pre task failed because community.general was not found. --- local.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/local.yml b/local.yml index 1b6bb2f..0f4995a 100644 --- a/local.yml +++ b/local.yml @@ -4,10 +4,6 @@ connection: local become: true - pre_tasks: - - name: Install Requirements - shell: ansible-galaxy install -r requirements.yml - tasks: - include: tasks/users.yml - include: tasks/cron.yml