chore: update README version

This commit is contained in:
Chris Hawk 2023-11-28 14:46:37 -08:00
parent b9237b1528
commit 2a322dd9cd
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View file

@ -1,5 +1,6 @@
# personal credentials are added here: do not check in. # personal credentials are added here: do not check in.
tests/integration/cloud-config-gcp.ini tests/integration/cloud-config-gcp.ini
ansible.cfg
# running ansible integration tests adds files here. # running ansible integration tests adds files here.
tests/integration/inventory tests/integration/inventory
tests/output/ tests/output/

View file

@ -1,7 +1,7 @@
# Google Cloud Platform Ansible Collection # 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 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 # Installation
```bash ```bash