Commit c34921fe by Brad Olson

Removed legacy comment.

parent 81591009
...@@ -282,7 +282,6 @@ class PlayBook(object): ...@@ -282,7 +282,6 @@ class PlayBook(object):
# now with that data, handle contentional variable file imports! # now with that data, handle contentional variable file imports!
if play.vars_files and len(play.vars_files) > 0: if play.vars_files and len(play.vars_files) > 0:
rc = self._do_setup_step(play, play.vars_files) 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 # run all the top level tasks, these get run on every node
for task in play.tasks(): for task in play.tasks():
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment