diff options
author | 2019-07-04 13:37:17 +0200 | |
---|---|---|
committer | 2019-07-04 13:37:17 +0200 | |
commit | e00bf90c729e655ada0b535d3b24525d920658b7 (patch) | |
tree | ee5e06af794cf8b6ee13baae791dbe41111e77eb | |
parent | Adding a repo-language-dot for js (diff) |
changing a minor syntax problem in the deployment documentation
-rw-r--r-- | docs/deployment.md | 1 |
1 files changed, 0 insertions, 1 deletions
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 |