1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Skipped only has 2 p's not 3

This commit is contained in:
Matt Martz 2013-12-03 15:42:34 -06:00
parent 2670529671
commit 5f0f3566a6

View file

@ -309,7 +309,7 @@ class Runner(object):
if 'CHECKMODE=True' in args:
# if module isn't using AnsibleModuleCommon infrastructure we can't be certain it knows how to
# do --check mode, so to be safe we will not run it.
return ReturnData(conn=conn, result=dict(skippped=True, msg="cannot yet run check mode against old-style modules"))
return ReturnData(conn=conn, result=dict(skipped=True, msg="cannot yet run check mode against old-style modules"))
args = template.template(self.basedir, args, inject)