diff --git a/ansible-lint/YAMLdictchecker.py b/ansible-lint/YAMLdictchecker.py index 3e7a7b5f..41b44d8c 100755 --- a/ansible-lint/YAMLdictchecker.py +++ b/ansible-lint/YAMLdictchecker.py @@ -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/'