René Moser
80e52888a5
doc: fix typo, handler listen in v2.2
9 years ago
James Cammarata
a026481396
Adding docs for handler listen feature and CHANGELOG entry for same
9 years ago
Brian Coca
6f36909074
service now passes 'started' instead of 'running'
...
other modules don't have to implement this directly
also updated docs to prefer 'started'.
fixes #16145
9 years ago
Toshio Kuratomi
b6d5c6888b
Update link target
9 years ago
Dag Wieers
85a28179b7
Improve the wording a bit
...
According to what @amenonsen suggested in #10064 .
Although the additional statement is still needed to get rid of the ambiguity.
9 years ago
Dag Wieers
18d58e42d5
Improve ambiguous statement regarding handler order
...
This fixes #10064
9 years ago
Scott Buchanan
71dffbc28f
Fix leftover references to sudo instead of become
...
Catching a few places that earlier PR #10788 missed.
9 years ago
Matt Roberts
809c9af68c
Update playbooks_intro.rst
...
If you follow the documentation through in order you shouldn't have
read about modules yet.
9 years ago
Toshio Kuratomi
a19e083d33
Note that handlers inside of includes are not possible at the moment
9 years ago
Borys Borysenko
126276ce6c
Fix order of handlers that were notified in different sections
9 years ago
Brano Zarnovican
84967e282a
DOC: in yum examples, 'pkg' arg renamed to 'name'
...
* alternating both pkg/name in examples might be confusing
* even if pkg= is working, it is not documented in
module's refrence guide
9 years ago
Borys Borysenko
4064063794
use boldface for modules name
9 years ago
Borys Borysenko
f5cfb5577e
fix code block quoting
9 years ago
Marc Tamsky
2724adf18e
Explain uniqueness requrement for handler task names.
9 years ago
Tim Gerla
597d3a5eaa
add an example of multiple plays in a single playbook
10 years ago
Erik Weathers
5c455ad729
fix typo in --ask-sudo-pass reference within playbook_intro doc
10 years ago
Alex Muller
1caee5cb79
Remove unnecessary 'from' in playbook intro docs
...
To make this sentence make sense.
Fixes #10970 .
10 years ago
Mikko Ekström
1d966ac5bb
Correct minor spelling typos.
10 years ago
Brian Coca
56deb35e67
updated intro to new become syntax, also added link to full become docs
10 years ago
Mengdi Gao
665babdaab
Remove redundant whitespace.
10 years ago
Toshio Kuratomi
d1641f2925
Remove the multiline string for arguments not.
10 years ago
Toshio Kuratomi
86dc83b76d
Merge pull request #10163 from maxamillion/docs_yaml_dict_playbook
...
Add intro to playbook docs using YAML dictionaries
10 years ago
Dag Wieers
2e67372919
Make the example somewhat more feature complete
...
New users might think that "state=started" implies that the service is also started at boot-time, which isn't.
By adding it, this change makes a clear distinction between the service state, and whether it is enabled (at boot).
And makes the example more feature-complete as this is what most people would be doing anyway.
10 years ago
Adam Miller
1e787bd91e
Add intro to playbook docs using YAML dictionaries
10 years ago
stevelenihan
c29da7927c
Correcting spelling mistake
...
Change 'uncrypted' to 'unencrypted'
10 years ago
Nate Eagleson
d2cae91dcf
Improve wording in playbooks_intro.rst
...
I was reading the docs and thought "that wording seems off."
10 years ago
Brian Coca
897965ce4d
removed start/step from intro, added markers to start n step
10 years ago
Brian Coca
4caed6d450
Merge pull request #9266 from sjahl/step-start-docs
...
Documents the --step and --start-at options to ansible-playbook.
10 years ago
bobobox
66f700eb0d
Update playbooks_intro.rst
...
Small punctuation/grammar fix.
10 years ago
Stephen Jahl
1d05be82f0
Documents the --step and --start-at options to ansible-playbook. Fixes #9041 .
10 years ago
George Yoshida
76d5b96406
Fix docs for playbooks_intro
...
remove unnecessary period.
11 years ago
jjshoe
2ccbdd65c1
Make this statement understandable grammatically
11 years ago
Matt Jaynes
f3e416f065
Minor documentation fixes.
...
Fixed double-dash literals. Fixed broken :doc: links. Minor case fixes. Minor wording fixes.
11 years ago
Richard C Isaacson
3b63b1d5b4
Fixing 'Note' formatting where typos have missing sections or broken formatting.
11 years ago
Richard C Isaacson
0d52de0f29
Language cleanup for clarity.
11 years ago
Mikhail Sobolev
64652fa6ab
fix various documentation xrefs
11 years ago
Michael DeHaan
99daaa5bb5
Re-add the playbook introduction which was replaced earlier.
11 years ago