12 lines
231 B
TOML
12 lines
231 B
TOML
# Run specific steps - same options as the command line flag
|
|
only = ["git_repos"]
|
|
|
|
[git]
|
|
max_concurrency = 1
|
|
# Additional git repositories to pull
|
|
repos = [
|
|
"/etc/bash_aliases",
|
|
"/etc/topgrade",
|
|
"/etc/template_setup"
|
|
]
|