10 lines
171 B
Django/Jinja
10 lines
171 B
Django/Jinja
-- {{ ansible_managed }}
|
|
|
|
return {
|
|
colors = {
|
|
-- The default text color
|
|
foreground = 'black',
|
|
-- The default background color
|
|
background = 'white'
|
|
}
|
|
}
|