summaryrefslogtreecommitdiffhomepage
path: root/ansible.html.markdown
diff options
context:
space:
mode:
authorDivay Prakash <divayprakash@users.noreply.github.com>2020-01-24 20:22:50 +0530
committerGitHub <noreply@github.com>2020-01-24 20:22:50 +0530
commitccf57b418ed50a10a02f823308d53d4eb6c44696 (patch)
tree100fc419c48e5dc6d47982be166312657ab7e57e /ansible.html.markdown
parent03d9d8fd843d6e3bf92de8817e54a8a21a003af7 (diff)
Update ansible.html.markdown
Diffstat (limited to 'ansible.html.markdown')
-rw-r--r--ansible.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible.html.markdown b/ansible.html.markdown
index fc656e30..e4c2615d 100644
--- a/ansible.html.markdown
+++ b/ansible.html.markdown
@@ -303,7 +303,7 @@ Role can be included in your playbook (executed via your playbook).
```
#### For remaining examples we would use additional repository
-This example installs ansible in `virtualenv` so it is independent from a system.
+This example installs ansible in `virtualenv` so it is independent from the system.
You need to initialize it into your shell-context with the `source environment.sh`
command.