From 55047a56439cc3e8db9e32ce6d089b114df62518 Mon Sep 17 00:00:00 2001 From: Chris Meyers Date: Wed, 4 Jan 2017 11:25:39 -0500 Subject: [PATCH] letters, they matter --- awx/main/tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/main/tasks.py b/awx/main/tasks.py index dc5b4fb77e..02af9239d9 100644 --- a/awx/main/tasks.py +++ b/awx/main/tasks.py @@ -1046,7 +1046,7 @@ class RunJob(BaseTask): return private_data_files.get('credential') ''' Note: Don't inject network ssh key data into ssh-agent for network - credentials because the ansible modules no not yet support it. + credentials because the ansible modules do not yet support it. We will want to add back in support when/if Ansible network modules support this. '''