mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 00:03:10 +00:00
[cloud][gce] Add necessary key for secrets.py (#25997)
Add necessary key for secrets.py
This commit is contained in:
committed by
Ryan Brown
parent
2683c36a01
commit
ff30682740
@@ -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
|
||||
``````````````````````````````````````````````
|
||||
|
||||
Reference in New Issue
Block a user