diff --git a/.yamllint b/.yamllint index 39bec85..a0ba3a3 100644 --- a/.yamllint +++ b/.yamllint @@ -1,4 +1,5 @@ --- truthy: enable: true - allowed-values: ["true", "false", "on"] + allowed-values: ["true", "false"] + check-keys: false diff --git a/README.md b/README.md index b74e008..755bdf3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Molecule action -A GitHub action to tests your [Ansible](https://www.ansible.com/) role using [Molecule](https://molecule.readthedocs.io/en/stable/). +A GitHub action to test your [Ansible](https://www.ansible.com/) role using [Molecule](https://molecule.readthedocs.io/en/stable/). ## Requirements