diff options
author | Vladimir Pouzanov <farcaller@google.com> | 2018-10-23 19:01:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-23 19:01:00 +0200 |
commit | 9ae3e1c40fa59daeb7e37e1a1de92ef91a49cd7a (patch) | |
tree | 04e3c96a5490156a09e38f581f832efa40866821 /INSTALL.md | |
parent | Merge pull request #2512 from wenottingham/some-less-assembly-required (diff) | |
download | awx-9ae3e1c40fa59daeb7e37e1a1de92ef91a49cd7a.tar.xz awx-9ae3e1c40fa59daeb7e37e1a1de92ef91a49cd7a.zip |
Fix a typo
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md index 5b17fc3faf..69dc31614f 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -426,7 +426,7 @@ If you choose to use the official images then the remote host will be the one to > As mentioned above, in [Prerequisites](#prerequisites-1), the prerequisites are required on the remote host. -> When deploying to a remote host, the playook does not execute tasks with the `become` option. For this reason, make sure the user that connects to the remote host has privileges to run the `docker` command. This typically means that non-privileged users need to be part of the `docker` group. +> When deploying to a remote host, the playbook does not execute tasks with the `become` option. For this reason, make sure the user that connects to the remote host has privileges to run the `docker` command. This typically means that non-privileged users need to be part of the `docker` group. #### Inventory variables |