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
5d65c1c4
Commit
5d65c1c4
authored
Jun 23, 2014
by
James Cammarata
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'Mbosco-patch-1' into devel
parents
6bd06210
1702c2fd
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
lib/ansible/runner/connection_plugins/ssh.py
+6
-0
No files found.
lib/ansible/runner/connection_plugins/ssh.py
View file @
5d65c1c4
...
...
@@ -220,9 +220,15 @@ class Connection(object):
if
not
os
.
path
.
exists
(
hf
):
hfiles_not_found
+=
1
continue
try
:
host_fh
=
open
(
hf
)
except
IOError
,
e
:
hfiles_not_found
+=
1
continue
else
:
data
=
host_fh
.
read
()
host_fh
.
close
()
for
line
in
data
.
split
(
"
\n
"
):
if
line
is
None
or
" "
not
in
line
:
continue
...
...
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