1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Merge pull request #10227 from fullergalway/patch-1

Small change to guid_gce.rst,  'project-name', should be 'project_id'
This commit is contained in:
Brian Coca 2015-02-12 10:00:13 -05:00
commit ec8483eb69

View file

@ -77,7 +77,7 @@ Create a file ``secrets.py`` looking like following, and put it in some folder w
.. code-block:: python
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.