From e00bf90c729e655ada0b535d3b24525d920658b7 Mon Sep 17 00:00:00 2001 From: Leon Sandøy Date: Thu, 4 Jul 2019 13:37:17 +0200 Subject: changing a minor syntax problem in the deployment documentation --- docs/deployment.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/deployment.md b/docs/deployment.md index 841e08c7..e561b5d0 100644 --- a/docs/deployment.md +++ b/docs/deployment.md @@ -20,7 +20,6 @@ An example Ansible task to deploy the site is shown below, it should read fairly humanly and give you a rough idea of steps needed to deploy the site. ```yml ---- - name: ensure the `{{ pysite_pg_username }}` postgres user exists become: yes become_user: postgres -- cgit v1.2.3