ct-Open-Source / telerec-t-base

Basic Ansible Setup for a server with Traefik, Portainer and Watchtower
GNU General Public License v3.0
49 stars 11 forks source link

README type server-setup.yml should be system-setup.yml #7

Open MiZeAT opened 7 months ago

MiZeAT commented 7 months ago

In the "Run the playbook" section, you will be prompted to

pipenv run ansible-playbook server-setup.yml -i hosts

I think it should be

pipenv run ansible-playbook system-setup.yml -i hosts

should be.

Frankst2 commented 6 months ago

Proposed fix in #8