Commit 5e00e72f by Matt Martz

Remove unecessary prep tasks

parent 3ae1014f
---
- name: Check for required variables
assert:
that:
- resource_prefix is defined and resource_prefix
- rackspace_username is defined and rackspace_username
- rackspace_api_key is defined and rackspace_api_key
- rackspace_region is defined and rackspace_region
- rackspace_image_human_id is defined and rackspace_image_human_id
- rackspace_image_id is defined and rackspace_image_id
- rackspace_image_name is defined and rackspace_image_name
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment