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. '''