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

This commit is contained in:
Mark Chappell 2019-12-30 09:38:20 +01:00 committed by John R Barker
parent 06927eab1f
commit 458268f4cb

View file

@ -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: