diff options
Diffstat (limited to 'docs/deployment.md')
-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 |