fix indents

This commit is contained in:
Michael DeHaan 2012-08-11 12:20:16 -04:00
commit 72faf8eb0a
3 changed files with 5 additions and 4 deletions

View file

@ -46,8 +46,8 @@ class Play(object):
''' constructor loads from a play datastructure '''
for x in ds.keys():
if not x in Play.VALID_KEYS:
raise errors.AnsibleError("%s is not a legal parameter in an Ansible Playbook" % x)
if not x in Play.VALID_KEYS:
raise errors.AnsibleError("%s is not a legal parameter in an Ansible Playbook" % x)
# TODO: more error handling