blob: 266b1092d781540692662f8e1f3e7f150b15d07c [file] [log] [blame]
---
# tasks file for apigee-opdk-cassandra-change-replication-factor
- name: Validate that opdk_region is provided
fail:
msg: Please indicate the opdk_region to use
when: opdk_region is not defined
- name: Validate that keyspaces collection is provided
fail:
msg: Please indicate the keyspaces to use
when: keyspaces is not defined
- name: Validate that replication_factor is provided
fail:
msg: Please indicate the replication_factor to use
when: replication_factor is not defined
- include: keyspace.yml
with_items: '{{ keyspaces }}'
loop_control:
loop_var: keyspace