mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
When I rebased the README as rst PR, I missed a few changes.
This commit is contained in:
parent
12431d23cd
commit
98a6827be0
1 changed files with 2 additions and 8 deletions
10
README.rst
10
README.rst
|
@ -23,12 +23,6 @@ run directly from the development branch - while significant efforts are made to
|
||||||
``devel`` is reasonably stable, you're more likely to encounter breaking changes when running
|
``devel`` is reasonably stable, you're more likely to encounter breaking changes when running
|
||||||
Ansible this way.
|
Ansible this way.
|
||||||
|
|
||||||
If you want to download a tarball of a release, go to
|
|
||||||
`releases.ansible.com <https://releases.ansible.com/ansible>`_, though
|
|
||||||
most users use ``yum`` (using the EPEL instructions linked above),
|
|
||||||
``apt`` (using the PPA instructions linked above), or
|
|
||||||
``pip install ansible``.
|
|
||||||
|
|
||||||
Design Principles
|
Design Principles
|
||||||
=================
|
=================
|
||||||
|
|
||||||
|
@ -58,7 +52,7 @@ Get Involved
|
||||||
``git rebase`` vs ``git merge`` for this reason. If submitting a
|
``git rebase`` vs ``git merge`` for this reason. If submitting a
|
||||||
large code change (other than modules), it's probably a good idea to
|
large code change (other than modules), it's probably a good idea to
|
||||||
join ansible-devel and talk about what you would like to do or add
|
join ansible-devel and talk about what you would like to do or add
|
||||||
first and to avoid duplicate efforts. This not only helps everyone
|
first to avoid duplicate efforts. This not only helps everyone
|
||||||
know what's going on, it also helps save time and effort if we decide
|
know what's going on, it also helps save time and effort if we decide
|
||||||
some changes are needed.
|
some changes are needed.
|
||||||
* Users list:
|
* Users list:
|
||||||
|
@ -91,7 +85,7 @@ Ansible was created by `Michael DeHaan <https://github.com/mpdehaan>`_
|
||||||
|
|
||||||
Ansible is sponsored by `Ansible, Inc <https://ansible.com>`_
|
Ansible is sponsored by `Ansible, Inc <https://ansible.com>`_
|
||||||
|
|
||||||
Licence
|
License
|
||||||
=======
|
=======
|
||||||
|
|
||||||
GNU General Public License v3.0
|
GNU General Public License v3.0
|
||||||
|
|
Loading…
Reference in a new issue