mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-26 20:31:27 -07:00
Misc cleanup -- moved function out of utils, removed debug statement.
This commit is contained in:
parent
19a2fc00dc
commit
706cfd9ade
3 changed files with 4 additions and 9 deletions
|
@ -64,7 +64,6 @@ class Play(object):
|
|||
self.transport = ds.get('connection', self.playbook.transport)
|
||||
self.tags = ds.get('tags', None)
|
||||
self.gather_facts = ds.get('gather_facts', True)
|
||||
print "self.gather_facts: %s" % self.gather_facts
|
||||
|
||||
self._update_vars_files_for_host(None)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue