summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/ansible-test-cloud-aws/tasks/main.yml
blob: 4f7c4c4d921b5f5daff44ffb859a270115c0307a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
- name: Verify variables are set
  assert:
    that:
      - aws_access_key
      - aws_region
      - aws_secret_key
      - resource_prefix
      - security_token
      - tiny_prefix
- name: Show variables
  debug:
    msg: "{{ lookup('vars', item) }}"
  with_items:
      - aws_access_key
      - aws_region
      - resource_prefix
      - tiny_prefix