mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 21:00:22 -07:00
Add vars to host_vars to prevent some suprises
This commit is contained in:
parent
9851066f4d
commit
de221e6b4b
2 changed files with 3 additions and 0 deletions
|
@ -703,6 +703,7 @@ class Runner(object):
|
|||
|
||||
module_data = ""
|
||||
is_new_style=False
|
||||
|
||||
with open(in_path) as f:
|
||||
module_data = f.read()
|
||||
if module_common.REPLACER in module_data:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue