Commit c265c761 by Michael DeHaan

Slight message tweak.

parent e6adc2f0
...@@ -74,9 +74,9 @@ class Connection(object): ...@@ -74,9 +74,9 @@ class Connection(object):
if self.runner.sudo and sudoable: if self.runner.sudo and sudoable:
raise errors.AnsibleError( raise errors.AnsibleError(
"When using fireball you should not use sudo to run your tasks. " + "When using fireball, do not specify sudo to run your tasks. " +
"Instead please run fireball action with sudo and use 'sudo: no' " + "Instead sudo the fireball action with sudo. " +
"for the tasks that go via fireball." "Task will communicate with the fireball already running in sudo mode."
) )
data = dict( data = dict(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment