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
ffbd4b5a
Commit
ffbd4b5a
authored
Mar 07, 2013
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Template options sooner on complex args copy
parent
2bb305f6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
lib/ansible/runner/action_plugins/copy.py
+1
-1
No files found.
lib/ansible/runner/action_plugins/copy.py
View file @
ffbd4b5a
...
@@ -36,9 +36,9 @@ class ActionModule(object):
...
@@ -36,9 +36,9 @@ class ActionModule(object):
if
complex_args
:
if
complex_args
:
options
.
update
(
complex_args
)
options
.
update
(
complex_args
)
options
.
update
(
utils
.
parse_kv
(
module_args
))
options
.
update
(
utils
.
parse_kv
(
module_args
))
options
=
utils
.
template
(
self
.
runner
.
basedir
,
options
,
inject
)
source
=
options
.
get
(
'src'
,
None
)
source
=
options
.
get
(
'src'
,
None
)
dest
=
options
.
get
(
'dest'
,
None
)
dest
=
options
.
get
(
'dest'
,
None
)
options
=
utils
.
template
(
self
.
runner
.
basedir
,
options
,
inject
)
module_args
=
self
.
runner
.
_complex_args_hack
(
options
,
''
)
module_args
=
self
.
runner
.
_complex_args_hack
(
options
,
''
)
if
(
source
is
None
and
not
'first_available_file'
in
inject
)
or
dest
is
None
:
if
(
source
is
None
and
not
'first_available_file'
in
inject
)
or
dest
is
None
:
...
...
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