chef/roles/gitea.rb
2023-03-28 19:36:30 +02:00

7 lines
79 B
Ruby

name "gitea"
run_list %w(
role[postgresql_client]
kosmos_gitea::default
)