aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorGravatar Leon Sandøy <[email protected]>2019-07-04 13:37:17 +0200
committerGravatar Leon Sandøy <[email protected]>2019-07-04 13:37:17 +0200
commite00bf90c729e655ada0b535d3b24525d920658b7 (patch)
treeee5e06af794cf8b6ee13baae791dbe41111e77eb /docs
parentAdding a repo-language-dot for js (diff)
changing a minor syntax problem in the deployment documentation
Diffstat (limited to 'docs')
-rw-r--r--docs/deployment.md1
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