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
dbe7a9fe
Commit
dbe7a9fe
authored
Aug 06, 2015
by
Brian Coca
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #11857 from quinot/bug/playbook-init-comment
Minor comment fix
parents
08109731
5d3cb636
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
lib/ansible/playbook/__init__.py
+1
-1
No files found.
lib/ansible/playbook/__init__.py
View file @
dbe7a9fe
...
@@ -63,7 +63,7 @@ class Playbook:
...
@@ -63,7 +63,7 @@ class Playbook:
# set the loaders basedir
# set the loaders basedir
self
.
_loader
.
set_basedir
(
self
.
_basedir
)
self
.
_loader
.
set_basedir
(
self
.
_basedir
)
# dynamically load any plugins from the
role
directory
# dynamically load any plugins from the
playbook
directory
for
name
,
obj
in
get_all_plugin_loaders
():
for
name
,
obj
in
get_all_plugin_loaders
():
if
obj
.
subdir
:
if
obj
.
subdir
:
plugin_path
=
os
.
path
.
join
(
self
.
_basedir
,
obj
.
subdir
)
plugin_path
=
os
.
path
.
join
(
self
.
_basedir
,
obj
.
subdir
)
...
...
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