1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Extend example to demonstrate usage of ephemeral disks. (#3550)

This commit is contained in:
deyvsh 2016-04-26 14:07:27 +01:00 committed by Matt Clay
parent 28db5b7dd1
commit 3775d8e684

View file

@ -131,6 +131,8 @@ EXAMPLES = '''
device_type: io1
iops: 3000
delete_on_termination: true
- device_name: /dev/sdb
ephemeral: ephemeral0
'''