@@ -30,6 +65,10 @@ class ActionModule(ActionBase):
ifself._task.args:
for(k,v)inself._task.args.iteritems():
k=self._templar.template(k)
ifnotisidentifier(k):
returndict(failed=True,msg="The variable name '%s' is not valid. Variables must start with a letter or underscore character, and contain only letters, numbers and underscores."%k)