Fix spelling error in linter

Change-Id: I2db040a0c257376e7d12742abacd467d7d83e575
This commit is contained in:
Major Hayden 2017-08-04 14:16:28 -05:00
parent 4e3d92e715
commit 011e6f9634
No known key found for this signature in database
GPG Key ID: 737051E0C1011FB1
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ from ansiblelint import AnsibleLintRule
class YAMLdictchecker(AnsibleLintRule):
id = 'OSA0001'
shortdesc = 'Please use ":" YAML dictionary format instead of "="'
description = 'Pleae follow YAML dicitionary format while creating'
description = 'Please follow YAML dictionary format while creating'
'task and other roles in Ansible'
'Follow this url for examples of how to use YAML dictionary '
'format. "https://docs.openstack.org/openstack-ansible/latest/'