From a9b020d6ded94afa64be97ac3921961155bf94af Mon Sep 17 00:00:00 2001 From: Abhijit Menon-Sen Date: Sat, 1 Aug 2015 19:25:45 +0530 Subject: [PATCH] Remove TODO: the play already overrides options --- lib/ansible/playbook/play_context.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/ansible/playbook/play_context.py b/lib/ansible/playbook/play_context.py index db46a25474..edff062ca8 100644 --- a/lib/ansible/playbook/play_context.py +++ b/lib/ansible/playbook/play_context.py @@ -199,7 +199,6 @@ class PlayContext(Base): self.password = passwords.get('conn_pass','') self.become_pass = passwords.get('become_pass','') - #TODO: just pull options setup to above? # set options before play to allow play to override them if options: self.set_options(options) @@ -239,7 +238,7 @@ class PlayContext(Base): ''' Configures this connection information instance with data from options specified by the user on the command line. These have a - higher precedence than those set on the play or host. + lower precedence than those set on the play or host. ''' if options.connection: