Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,8 @@
gather_facts: no

vars:
cli_volume_type: io1
cli_volume_type: gp2
cli_volume_size: 30
cli_volume_iops: "{{ 30 * cli_volume_size }}"

pre_tasks:
- fail:
Expand Down Expand Up @@ -104,7 +103,6 @@
volume_size: "{{ cli_volume_size | default(30, True)}}"
volume_type: "{{ cli_volume_type }}"
device_name: /dev/xvdb
iops: "{{ 30 * cli_volume_size }}"
register: vol

- debug: var=vol
Expand Down