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
f8a54d16
Commit
f8a54d16
authored
Aug 23, 2013
by
James Cammarata
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixing versionadded fields in the playbook doc
parent
4dc209f7
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
docsite/latest/rst/playbooks.rst
+3
-3
No files found.
docsite/latest/rst/playbooks.rst
View file @
f8a54d16
...
...
@@ -259,7 +259,7 @@ make more sense to break up tasks using the 'include:' directive. We'll show th
Action Shorthand
````````````````
.. versionadded: 0.8
.. versionadded:
:
0.8
Ansible prefers listing modules like this in 0.8 and later::
...
...
@@ -441,7 +441,7 @@ inside another.
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
?
The
short
answer
is
to
use
roles
! Roles are ways of automatically loading certain vars_files, tasks, and
...
...
@@ -549,7 +549,7 @@ If you want to define certain tasks to happen before AND after roles are applied
Role Dependencies
`````````````````
.. versionadded: 1.3
.. versionadded:
:
1.3
Role dependencies allow you to automatically pull in other roles when using a role. Role dependencies are stored in the
`meta/main.yml` file contained within the role directory. This file should contain
...
...
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