diff --git a/.gitignore b/.gitignore
index e7a7d8f..6e7ddb7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
 # personal credentials are added here: do not check in.
 tests/integration/cloud-config-gcp.ini
+ansible.cfg
 # running ansible integration tests adds files here.
 tests/integration/inventory
 tests/output/
diff --git a/README.md b/README.md
index 24dec78..ccf8fb4 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 # Google Cloud Platform Ansible Collection
 This collection provides a series of Ansible modules and plugins for interacting with the [Google Cloud Platform](https://cloud.google.com)
 
-This collection works with Ansible 2.9+
+This collection works with Ansible 2.14+
 
 # Installation
 ```bash