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
82d63238
Commit
82d63238
authored
Aug 01, 2013
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update docs on action shorthand.
parent
20f7e2ef
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
6 deletions
+4
-6
docsite/latest/rst/playbooks.rst
+4
-6
No files found.
docsite/latest/rst/playbooks.rst
View file @
82d63238
...
@@ -264,17 +264,15 @@ Action Shorthand
...
@@ -264,17 +264,15 @@ Action Shorthand
..
versionadded
:
0.8
..
versionadded
:
0.8
Rather
than
listing
out
the
explicit
word
,
"action:"
,
like
so
::
Ansible
prefers
listing
modules
like
this
in
0.8
and
later
::
template
:
src
=
templates
/
foo
.
j2
dest
=/
etc
/
foo
.
conf
template
:
src
=
templates
/
foo
.
j2
dest
=/
etc
/
foo
.
conf
It
is
also
possible
to
say
:
You
will
notice
in
earlier
versions
,
this
was
only
available
as
:
:
template
:
src
=
templates
/
foo
.
j2
dest
=/
etc
/
foo
.
conf
action
:
template
src
=
templates
/
foo
.
j2
dest
=/
etc
/
foo
.
conf
The
name
of
the
module
is
simply
followed
by
a
colon
and
the
arguments
to
that
module
.
We
think
this
is
a
lot
more
intuitive
.
The
old
form
continues
to
work
in
newer
versions
without
any
plan
of
deprecation
.
Our
documentation
has
not
converted
over
to
this
new
format
just
yet
as
many
users
may
still
be
using
older
versions
.
You
'll be able to use both formats forever.
Running
Operations
On
Change
Running
Operations
On
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