7 lines
79 B
Ruby
7 lines
79 B
Ruby
name "drone"
|
|
|
|
run_list %w(
|
|
role[postgresql_client]
|
|
kosmos_drone::default
|
|
)
|