mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 22:33:25 +00:00
Small update to guid_gce.rst, says 'project-name', should be 'project_id'.
This commit is contained in:
@@ -77,7 +77,7 @@ Create a file ``secrets.py`` looking like following, and put it in some folder w
|
|||||||
.. code-block:: python
|
.. code-block:: python
|
||||||
|
|
||||||
GCE_PARAMS = ('i...@project.googleusercontent.com', '/path/to/project.pem')
|
GCE_PARAMS = ('i...@project.googleusercontent.com', '/path/to/project.pem')
|
||||||
GCE_KEYWORD_PARAMS = {'project': 'project-name'}
|
GCE_KEYWORD_PARAMS = {'project': 'project_id'}
|
||||||
|
|
||||||
Now the modules can be used as above, but the account information can be omitted.
|
Now the modules can be used as above, but the account information can be omitted.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user