mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
fixed typo in placeholder check
This commit is contained in:
@@ -37,7 +37,7 @@ class ActionModule(ActionBase):
|
|||||||
except:
|
except:
|
||||||
pass # could not get it from template!
|
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
|
#TODO: autodetect the package manager, by invoking that specific fact snippet remotely
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user