1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-05-14 21:52:19 +00:00

fixed typo in placeholder check

This commit is contained in:
Brian Coca 2015-06-09 11:45:53 -04:00
parent f1e4ae5fc3
commit 19161dfd72

View file

@ -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