diff options
author | Divay Prakash <divayprakash@users.noreply.github.com> | 2020-01-24 20:22:50 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-24 20:22:50 +0530 |
commit | ccf57b418ed50a10a02f823308d53d4eb6c44696 (patch) | |
tree | 100fc419c48e5dc6d47982be166312657ab7e57e /ansible.html.markdown | |
parent | 03d9d8fd843d6e3bf92de8817e54a8a21a003af7 (diff) |
Update ansible.html.markdown
Diffstat (limited to 'ansible.html.markdown')
-rw-r--r-- | ansible.html.markdown | 2 |
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. |