From 5d3dad70c97f6d421ec3be124cbdf79c5f27e98e Mon Sep 17 00:00:00 2001 From: John R Barker Date: Tue, 16 Feb 2016 18:46:14 +0000 Subject: [PATCH 1/3] README.md `.yml` or '.yaml' Support `.yml` or '.yaml' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 64cce9e..c4291d2 100644 --- a/README.md +++ b/README.md @@ -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 extensions 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`. From e4cb8329fccee18d2c3a0591e4c4829aff223f0d Mon Sep 17 00:00:00 2001 From: John R Barker Date: Fri, 3 Jun 2016 11:50:26 +0100 Subject: [PATCH 2/3] Improve grammar --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c4291d2..198b680 100644 --- a/README.md +++ b/README.md @@ -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` or '.yaml' +1. The extensions are `.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`. From a30e638d1963f7a9127a87180c7fce3a62bcbfc5 Mon Sep 17 00:00:00 2001 From: John R Barker Date: Fri, 3 Jun 2016 11:53:11 +0100 Subject: [PATCH 3/3] Improve grammar --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 198b680..e6a79ab 100644 --- a/README.md +++ b/README.md @@ -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 are `.yml` or '.yaml' +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`.