From 481ee200e2c707b989144f8b8f885c9aba5ed2fc Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 18 Nov 2018 19:34:00 +0100 Subject: [PATCH] Fix typo. --- ansible/plays/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/plays/main.yml b/ansible/plays/main.yml index 339430b..c5b8636 100644 --- a/ansible/plays/main.yml +++ b/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