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
e6adc2f0
Commit
e6adc2f0
authored
Jun 30, 2013
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'devel' of
git://github.com/arturaz/ansible
into devel
parents
29894737
9be93d6a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletions
+5
-1
lib/ansible/runner/connection_plugins/fireball.py
+5
-1
No files found.
lib/ansible/runner/connection_plugins/fireball.py
View file @
e6adc2f0
...
...
@@ -73,7 +73,11 @@ class Connection(object):
vvv
(
"EXEC COMMAND
%
s"
%
cmd
)
if
self
.
runner
.
sudo
and
sudoable
:
raise
errors
.
AnsibleError
(
"fireball does not use sudo, but runs as whoever it was initiated as. (That itself is where to use sudo)."
)
raise
errors
.
AnsibleError
(
"When using fireball you should not use sudo to run your tasks. "
+
"Instead please run fireball action with sudo and use 'sudo: no' "
+
"for the tasks that go via fireball."
)
data
=
dict
(
mode
=
'command'
,
...
...
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