Martin Krizek
|
9c50933a80
|
docs: fix community meetings link (#27264)
|
2017-07-25 09:23:01 -04:00 |
|
Pilou
|
4b3d6dfa8a
|
Use pycodestyle instead of pep8 (#25947)
|
2017-07-13 11:46:31 -07:00 |
|
Helio Campos Mello de Andrade
|
54c64deaab
|
Remove unnecessary 'our"word. (#26221)
Remove unnecessary 'our"word.
|
2017-06-29 11:22:46 -07:00 |
|
John R Barker
|
4ab4a6766e
|
ansible-windows IRC (#25872)
|
2017-06-19 16:45:47 +01:00 |
|
John R Barker
|
217c80ba7e
|
New IRC groups + Formatting (#25441)
* New IRC groups + Formatting
* Edits for conciseness and clarity.
|
2017-06-08 10:59:30 +01:00 |
|
Toshio Kuratomi
|
8de05d3752
|
[WIP] Documentation: Ansible-2.4 no longer supports Python-2.4 and Python-2.5 (#22721)
* Documentation: Ansible-2.4 no longer supports Python-2.4 and Python-2.5
* Switched to bullet points to enhance readability.
|
2017-03-16 18:49:29 -07:00 |
|
Alan Rominger
|
d542f069ef
|
Update dead support link (#22212)
* Update dead support link
Visit https://www.ansible.com/, and you'll find the support link points to this URL, https://access.redhat.com/products/ansible-tower-red-hat/.
The current link is a dead link.
* update github code blocks link
|
2017-03-02 23:29:19 -08:00 |
|
Daniel
|
d18bb96e88
|
Make pull-request sentence less ambiguous (#21802)
|
2017-02-22 17:52:41 -08:00 |
|
Robin Schneider
|
3700bcb6dd
|
Use HTTPS instead of legacy HTTP for ansible.com (#16870)
Mechanical edit done by this "one-liner":
```Shell
git ls-files -z "$(git rev-parse --show-toplevel)" | xargs --null -I '{}' find '{}' -type f -print0 | xargs --null sed --in-place --regexp-extended 's#http://(www\.|galaxy\.|)ansible\.com#https://\1ansible.com#g;'
```
Related to: https://github.com/ansible/ansible/issues/16869
|
2017-02-15 16:09:33 -08:00 |
|
John R Barker
|
9bc4a12ae5
|
No more split repos (#20804)
* All bugs go to into `ansible/ansible`
* Issue template is automatically added when raising a new issue, so no manual steps needed
|
2017-01-29 13:04:10 -08:00 |
|
Brian Coca
|
57f8b791d6
|
consolidated docs
point to new doc locations
removed non existing dirs
|
2017-01-06 09:16:59 -05:00 |
|