Removed legacy comment.

This commit is contained in:
Brad Olson 2012-05-30 15:37:14 -04:00
parent 81591009ea
commit c34921fe7b

View file

@ -282,7 +282,6 @@ class PlayBook(object):
# now with that data, handle contentional variable file imports!
if play.vars_files and len(play.vars_files) > 0:
rc = self._do_setup_step(play, play.vars_files)
#else: warn "You have a vars_files section but didn't state any vars files??
# run all the top level tasks, these get run on every node
for task in play.tasks():