Null values passed to cloudformation module - ansible
问题 Ansible cloudformation module uses these environment variables of shell: $ export AWS_PROFILE=djangoapp $ export AWS_DEFAULT_REGION=ca-central-1 $ aws configure list Name Value Type Location ---- ----- ---- -------- profile djangoapp manual --profile access_key ****************WKWG shared-credentials-file secret_key ****************/I4Z shared-credentials-file region ca-central-1 env AWS_DEFAULT_REGION ./site.yml --- - name: Todobackend deployment playbook hosts: localhost connection: local