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
7350d61a
Commit
7350d61a
authored
May 29, 2013
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3053 from maxamillion/maxamillion/docsite
fix ambiguous use of automatically automatic in Roles docs
parents
8050110b
33870745
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
docsite/latest/rst/playbooks.rst
+1
-1
No files found.
docsite/latest/rst/playbooks.rst
View file @
7350d61a
...
@@ -449,7 +449,7 @@ Roles
...
@@ -449,7 +449,7 @@ Roles
..
versionadded
:
1.2
..
versionadded
:
1.2
Now
that
you
have
learned
about
vars_files
,
tasks
,
and
handlers
,
what
is
the
best
way
to
organize
your
playbooks
?
Now
that
you
have
learned
about
vars_files
,
tasks
,
and
handlers
,
what
is
the
best
way
to
organize
your
playbooks
?
The
short
answer
is
to
use
roles
! Roles are
automatic
ways of automatically loading certain vars_files, tasks, and
The
short
answer
is
to
use
roles
! Roles are ways of automatically loading certain vars_files, tasks, and
handlers
based
on
a
known
file
structure
.
Grouping
content
by
roles
also
allows
easy
sharing
of
roles
with
other
users
.
handlers
based
on
a
known
file
structure
.
Grouping
content
by
roles
also
allows
easy
sharing
of
roles
with
other
users
.
Roles
are
just
automation
around
'include'
directives
as
redescribed
above
,
and
really
don
't contain much
Roles
are
just
automation
around
'include'
directives
as
redescribed
above
,
and
really
don
't contain much
...
...
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