Merge pull request #726 from ThomasG77/patch-2

Remove duplicated "in" word
This commit is contained in:
2016-07-09 16:47:01 -04:00
committed by GitHub
+1 -1
View File
@@ -190,7 +190,7 @@ Ansible
`Ansible <http://ansible.com/>`_ is an open source system automation tool.
The biggest advantage over Puppet or Chef is it does not require an agent on
the client machine. Playbooks are Ansibles configuration, deployment, and
orchestration language and are written in in YAML with Jinja2 for templating.
orchestration language and are written in YAML with Jinja2 for templating.
Ansible supports Python versions 2.6 and 2.7 and can be installed via pip: