Remove duplicated "in" word

This commit is contained in:
Thomas Gratier
2016-07-09 22:46:17 +02:00
committed by GitHub
parent 0760825429
commit 82ef7f39ba
+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: