Browse Source

Fix typo.

ansible-setup-and-deploy
Luke Murphy 6 years ago
parent
commit
481ee200e2
No known key found for this signature in database GPG Key ID: 5E2EF5A63E3718CC
  1. 2
      ansible/plays/main.yml

2
ansible/plays/main.yml

@ -7,5 +7,5 @@
- role: pipenv # Install Python dependencies
- role: env # Configure application environment
- role: rqlite # Install RQLite
- role: supervisor # Setup managed proccesses
- role: supervisor # Setup managed processes
- role: nginx # Setup Nginx configuration

Loading…
Cancel
Save