|
426 | 426 | _keyspace_replication_strategy: "{{ system_auth_replication_strategy }}" |
427 | 427 | _keyspace_rf: "{{ system_auth_rf }}" |
428 | 428 | when: |
429 | | - - start_scylla_service|bool |
| 429 | + - start_scylla_service is defined and start_scylla_service|bool |
430 | 430 | - not skip_start_scylla_service|bool |
431 | 431 | - adjust_system_auth_replication is defined and adjust_system_auth_replication|bool |
432 | 432 | - _authentication_enabled is defined and _authentication_enabled|bool |
|
439 | 439 | _keyspace_replication_strategy: "{{ audit_replication_strategy }}" |
440 | 440 | _keyspace_rf: "{{ audit_rf }}" |
441 | 441 | when: |
442 | | - - start_scylla_service|bool |
| 442 | + - start_scylla_service is defined and start_scylla_service|bool |
443 | 443 | - not skip_start_scylla_service|bool |
444 | 444 | - adjust_audit_replication is defined and adjust_audit_replication|bool |
445 | 445 | - _audit_enabled is defined and _audit_enabled|bool |
|
452 | 452 | _keyspace_replication_strategy: "{{ system_distributed_replication_strategy }}" |
453 | 453 | _keyspace_rf: "{{ system_distributed_rf }}" |
454 | 454 | when: |
455 | | - - start_scylla_service|bool |
| 455 | + - start_scylla_service is defined and start_scylla_service|bool |
456 | 456 | - not skip_start_scylla_service|bool |
457 | 457 | - adjust_system_distributed_replication is defined and adjust_system_distributed_replication|bool |
458 | 458 | - system_distributed_rf is defined and system_distributed_replication_strategy is defined |
|
464 | 464 | _keyspace_replication_strategy: "{{ system_traces_replication_strategy }}" |
465 | 465 | _keyspace_rf: "{{ system_traces_rf }}" |
466 | 466 | when: |
467 | | - - start_scylla_service|bool |
| 467 | + - start_scylla_service is defined and start_scylla_service|bool |
468 | 468 | - not skip_start_scylla_service|bool |
469 | 469 | - adjust_system_traces_replication is defined and adjust_system_traces_replication|bool |
470 | 470 | - system_traces_rf is defined and system_traces_replication_strategy is defined |
|
0 commit comments