Commit graph

23 commits

Author SHA1 Message Date
Toshio Kuratomi
c46ef98496 Replace the old ansible.module_utils best practices with the new ones. 2016-12-19 11:11:55 -08:00
Simon Wydooghe
f97e6f8903 Bracket forgotten in inventory file 2016-12-16 14:03:29 -05:00
Carlos E. Garcia
0b8011436d minor spelling changes 2016-12-13 13:51:13 -05:00
John R Barker
ec95cbc96e Formatting 2016-12-08 20:08:26 +00:00
John R Barker
71cc868f2b Update repomerge.rst 2016-12-08 19:51:48 +00:00
John R Barker
b9e98406bd Reenable prmover (#19001) 2016-12-08 14:48:05 -05:00
John R Barker
250b0dff46 Remove link to PR mover 2016-12-08 11:35:20 -05:00
John R Barker
5cdc2b5738 repomerge.rst (#18756)
* repomerge.rst

* Past tense

* Update repomerge.rst

* Readonly repos, not deleted

* Make ansible/ansible a link

* Links

* maturity of the module's parameters

* PR & Issue mover is done - don't document as future

* Update repomerge.rst

* Typo
2016-12-08 11:35:19 -05:00
Evgeni Golov
ea5c3df043 fix stray i in developing_modules.rst 2016-12-02 12:34:10 -05:00
Erwan Velu
a252d71573 Update developing_modules.rst (#18646)
I was wondering how to return a new fact from a module I got the answer on IRC thx to "mgedmin".
I read this doc several time but didn't understood that I had to return a "ansible_facts" in the module.exit_json.
This change is about showing a sample code of it to help the next reader ;)
2016-12-02 08:34:27 +00:00
mulkieran
1fae3aecc7 Modify instances of the use of the word idempotence to be correct. (#18704)
Idempotence has a very specific meaning and it is generally not used correctly
in the manual. My attention was first drawn to this problem by the incorrect
definition in the glossary, but on further reading of the docs I found that
the problem occurred in a number of places.

Signed-off-by: mulhern <amulhern@redhat.com>
2016-12-01 14:32:55 -08:00
John R Barker
fb73e89efe Typo 2016-11-17 15:22:03 +00:00
David Wittman
d276947a58 Fix typo in Developing Modules doc
Fix pluralization of `ANSIBLE_KEEP_REMOTE_FILES` environment
variable.
2016-10-28 23:58:17 -05:00
scottb
ba78f02dc5 Update developing_plugins.rst
Editorial pass.
2016-10-27 13:10:13 -07:00
scottb
f38f43df61 Update developing_plugins.rst 2016-10-27 12:57:20 -07:00
Brian Coca
6bde3f1174 updated devleoping plugins guide 2016-10-19 23:33:57 -04:00
Scott Butler
844a7c8823 Fix for #18092 2016-10-19 15:28:10 -07:00
Scott Butler
427ce69645 Continued refurb of dev content 2016-10-18 18:59:47 -07:00
Will Thames
c661f9f561 Module examples should be in YAML format
Given that Ansible best practices say to use YAML format, our
documentation should not make the excuse that it's too hard,
but rather represent examples in YAML format.

This will allow those using the examples to instantly see
best practices
2016-10-15 16:51:54 -07:00
Toshio Kuratomi
d4f4abfb49 Fix python3 developer docs to build.
A couple small refactors to clarify meaning.
2016-10-14 15:57:57 -07:00
Scott Butler
578170a908 Edits for docs PR #18032 2016-10-14 14:30:00 -07:00
Toshio Kuratomi
b8765d3d22 Update dev_guide with Python3 porting advice.
Also update the date that Python2.4 support will be dropped to say
Ansible-2.4 will no longer have python-2.4 support.
2016-10-14 12:18:04 -07:00
scottb
f46de631af Dev guide reorg continues (#17732) 2016-09-23 16:48:37 -04:00