Alan Justino da Silva
c5b5a20031
[DOC FIX] Time Limited Background Operations topic styles ( #17129 )
...
The styles are leaking, by not closing the "coding" part on the right place
8 years ago
Charles Chan
903d4771a1
Improve documentation.
9 years ago
Brian Coca
f26673904f
updated intro adhoc to use become
9 years ago
Ryan Groten
e6ab0daa4b
minor wording fixes
9 years ago
Stephen Medina
cd9e18d0e5
clarify idempotence explanation
...
Small typo; wasn't sure what to replace it with.
9 years ago
Kevin Ndung'u
5913227d9f
Make shell quoting rules explanation a bit clearer
...
I personally got confused by the use of 'vs' in the explanation.
Maybe this explains it better?
10 years ago
Nate Eagleson
20937f6fa2
"its" => "it's" in docsite/rst/intro_adhoc.rst
...
Noticed this grammar error while reading through the intro and figured
I'd send a quick PR.
10 years ago
Lorin Hochstein
c4d5e9195b
Docfix: checking a background task
...
Minor changes to wording on how to check a background task with async_status.
Fixes #9740
10 years ago
Lorin Hochstein
e86259cdf3
Docfix: running background tasks without polling
...
Fix the example in the doc to explicitly set the poll interval to zero so the
job doesn't poll.
To run a background task without polling, you need to set the poll interval to
zero. However, Ansible's default poll setting is 15 seconds, so not specifying the poll
interval will cause a background job to poll.
10 years ago
Praveen Kumar
54ba31aeef
As per yum module documents it support 'present, absent and latest'
...
Current intro doc is pointing older way of using yum module.
10 years ago
Christian Berendt
58ff9cd7c8
fixed typos found by RETF rules in RST files
...
rules are avaialble at https://en.wikipedia.org/wiki/Wikipedia:AutoWikiBrowser/Typos
11 years ago
karelstriegel
2cf3a7f7be
Update intro_adhoc.rst
...
Small grammar fix
11 years ago
alvin-chang
1e8731f092
Match directory permission with 755 instead of 644
...
Directories need the execution bit being set therefore instead of 644, it needs 755.
11 years ago
Michael DeHaan
f8f4e180f7
Add sudo note.
11 years ago
Michael DeHaan
1c29f043b4
Add contents to various pages with more than one topic per page.
11 years ago
Michael DeHaan
041cea134f
New Sphinx theme has sidebar navigation so don't need TOC on each page.
11 years ago
Lars Francke
544458e859
Update intro_adhoc.rst
...
Update link texts (hopefully got those correct from Sphinx documentation) and remove section on Limiting hosts as that's covered elsewhere
11 years ago
Michael DeHaan
0cd09dd54f
Remove extra "latest/" subdirectory in docs build structure.
11 years ago