mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 16:23:10 +00:00
fixed typo in placeholder check
This commit is contained in:
@@ -37,7 +37,7 @@ class ActionModule(ActionBase):
|
||||
except:
|
||||
pass # could not get it from template!
|
||||
|
||||
if moduel is None:
|
||||
if module is None:
|
||||
#TODO: autodetect the package manager, by invoking that specific fact snippet remotely
|
||||
pass
|
||||
|
||||
|
||||
Reference in New Issue
Block a user