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

[cloud][gce] Add necessary key for secrets.py (#25997)

Add necessary key for secrets.py
This commit is contained in:
Chainarong Tangsurakit 2017-06-29 03:04:24 +07:00 committed by Ryan Brown
parent 2683c36a01
commit ff30682740

View file

@ -95,7 +95,7 @@ credentials path as follows so that get automatically picked up:
.. code-block:: python
GCE_PARAMS = ('', '')
GCE_KEYWORD_PARAMS = {'project': 'project_id'}
GCE_KEYWORD_PARAMS = {'project': 'project_id', 'datacenter': ''}
Configuring Modules with Environment Variables
``````````````````````````````````````````````