AWS Guidelines: Make 'security_token' optional so that they can be run outside of CI (#66107)

pull/66126/head
Mark Chappell 5 years ago committed by John R Barker
parent 06927eab1f
commit 458268f4cb

@ -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…
Cancel
Save