From 2a322dd9cd2a5acdc7e46a7eed7853e6c10c846c Mon Sep 17 00:00:00 2001 From: Chris Hawk Date: Tue, 28 Nov 2023 14:46:37 -0800 Subject: [PATCH] chore: update README version --- .gitignore | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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