mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +00:00
Merge pull request #726 from ThomasG77/patch-2
Remove duplicated "in" word
This commit is contained in:
@@ -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 Ansible’s 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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user