Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ansible
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
ansible
Commits
a4da082d
Commit
a4da082d
authored
Apr 20, 2015
by
Brian Coca
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #10793 from mekstrem/patch-1
Correct minor spelling typos. i swear i spellchecked!
parents
ff6c6548
1d966ac5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
docsite/rst/playbooks_intro.rst
+2
-2
No files found.
docsite/rst/playbooks_intro.rst
View file @
a4da082d
...
@@ -167,7 +167,7 @@ You can also use sudo on a particular task instead of the whole play::
...
@@ -167,7 +167,7 @@ You can also use sudo on a particular task instead of the whole play::
.. note::
.. note::
The beco
em syntax deprecates the old sudo/su specific syntax begi
ning in 1.9.
The beco
me syntax deprecates the old sudo/su specific syntax begin
ning in 1.9.
You can also login as you, and then become a user different than root::
You can also login as you, and then become a user different than root::
...
@@ -314,7 +314,7 @@ The old form continues to work in newer versions without any plan of deprecation
...
@@ -314,7 +314,7 @@ The old form continues to work in newer versions without any plan of deprecation
Handlers
:
Running
Operations
On
Change
Handlers
:
Running
Operations
On
Change
``````````````````````````````````````
``````````````````````````````````````
As
we
've mentioned, modules are written to be '
idempotent
' and can relay
when
As
we
've mentioned, modules are written to be '
idempotent
' and can relay when
they have made a change on the remote system. Playbooks recognize this and
they have made a change on the remote system. Playbooks recognize this and
have a basic event system that can be used to respond to change.
have a basic event system that can be used to respond to change.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment