Skip to content
This repository has been archived by the owner on May 25, 2019. It is now read-only.

README.md .yml or '.yaml' #50

Merged
merged 3 commits into from Jun 3, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -62,7 +62,7 @@ You can tell vim to recognize a file as Ansible by adding a modeline near the to

A file is recognized as an Ansible YAML file, and its filetype is set to `ansible`, if

1. The extensions is `.yml`
1. The file extension is `.yml` or `.yaml`
2. AND one of the following conditions holds:
1. The file is somewhere under a directory named `roles`.
2. The file is in the same directory as a directory (or file) named `group_vars`, `host_vars`, or `roles`.
Expand Down