From c265c761d00de20f0a7951e95a4384ae04553530 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Sun, 30 Jun 2013 18:27:15 -0400 Subject: [PATCH] Slight message tweak. --- lib/ansible/runner/connection_plugins/fireball.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/ansible/runner/connection_plugins/fireball.py b/lib/ansible/runner/connection_plugins/fireball.py index cd137f0606..727d6d279f 100644 --- a/lib/ansible/runner/connection_plugins/fireball.py +++ b/lib/ansible/runner/connection_plugins/fireball.py @@ -74,9 +74,9 @@ class Connection(object): if self.runner.sudo and sudoable: 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." + "When using fireball, do not specify sudo to run your tasks. " + + "Instead sudo the fireball action with sudo. " + + "Task will communicate with the fireball already running in sudo mode." ) data = dict(