Correct command tag

This commit is contained in:
Julian-Samuel Gebühr 2023-03-29 10:54:51 +02:00
parent 2e1e4048ff
commit 5e7ab98e02

View file

@ -72,7 +72,7 @@ yourPC$ just run-tags import-postgres --extra-vars=server_path_postgres_dump=/ma
Start the services on the new server
```bash
yourPC$ ansible-playbook -i inventory/hosts setup.yml --tags=install-all
yourPC$ ansible-playbook -i inventory/hosts setup.yml --tags=start
```
Done 🥳