Skip to content

Commit

Permalink
Fix typo and improve wording
Browse files Browse the repository at this point in the history
Co-authored-by: Felix Fontein <[email protected]>
  • Loading branch information
gotmax23 and felixfontein committed Dec 10, 2022
1 parent 043a5e0 commit 8019d2a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/antsibull/data/ansible-readme.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ deployment, cloud provisioning, ad-hoc task execution, network automation, and m
orchestration. Ansible makes complex changes like zero-downtime rolling updates with load balancers
easy. More information on the Ansible `website <https://ansible.com/>`_.

This is the ``ansible`` ccmmunity package.
This is the ``ansible`` community package.
``ansible`` contains a set of independent Ansible collections that are currated
by the community, and it pulls in
`ansible-core <pypi.org/project/ansible-core/>`_.
The ``ansible-core`` package contains the core engine and cli tools (e.g.
``ansible``, ``ansible-playbook``) while ``ansible`` contains extra modules and
plugins.
The ``ansible-core`` package contains the core engine and CLI tools (such as
``ansible``, ``ansible-playbook``) while ``ansible`` contains extra modules,
plugins, and roles.

``ansible`` follows `semantic versioning <https://semver.org/>`_.
Each major version of ``ansible`` depends on a specific major version of
Expand Down

0 comments on commit 8019d2a

Please sign in to comment.