Commit 38b66d0
ansible-scylla-node: fail fast when scylla_seeds is unset
Removing the implicit scylla_seeds default meant the role would only
surface an undefined-variable error deep into common.yml. Add an
early explicit check so misconfiguration fails fast with a clear
message instead. Also fix the commented example to use consistent
groups['scylla'][0] bracket indexing and drop trailing whitespace.
Co-authored-by: Cursor <cursoragent@cursor.com>1 parent 2c42dde commit 38b66d0
2 files changed
Lines changed: 13 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
296 | 296 | | |
297 | 297 | | |
298 | 298 | | |
299 | | - | |
| 299 | + | |
300 | 300 | | |
301 | 301 | | |
302 | 302 | | |
303 | 303 | | |
304 | 304 | | |
305 | | - | |
| 305 | + | |
306 | 306 | | |
307 | 307 | | |
308 | 308 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
2 | 13 | | |
3 | 14 | | |
4 | 15 | | |
| |||
0 commit comments