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.

This commit is contained in:
Hyperling 2020-12-21 05:07:07 -06:00
parent e2a64c2fb4
commit 2c73616b52

View File

@ -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