AWS Guidelines: Make 'security_token' optional so that they can be run outside of CI (#66107)
This commit is contained in:
parent
06927eab1f
commit
458268f4cb
1 changed files with 1 additions and 1 deletions
|
@ -649,7 +649,7 @@ for every call, it's preferable to use :ref:`module_defaults <module_defaults>`.
|
|||
group/aws:
|
||||
aws_access_key: "{{ aws_access_key }}"
|
||||
aws_secret_key: "{{ aws_secret_key }}"
|
||||
security_token: "{{ security_token }}"
|
||||
security_token: "{{ security_token | default(omit) }}"
|
||||
region: "{{ aws_region }}"
|
||||
|
||||
block:
|
||||
|
|
Loading…
Reference in a new issue