mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Remove unecessary prep tasks
This commit is contained in:
parent
3ae1014fd3
commit
5e00e72f7a
1 changed files with 0 additions and 11 deletions
|
@ -1,11 +0,0 @@
|
|||
---
|
||||
- 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
|
Loading…
Reference in a new issue