mirror of
https://github.com/ansible/awx.git
synced 2024-11-02 01:21:21 +03:00
22b44ceb32
The cleanup_fact job requires a different set of parameters: older_than and granularity. A different prompt modal was required in order to reflect these extra parameters.
15 lines
249 B
JSON
15 lines
249 B
JSON
{
|
|
"restartable": "rs",
|
|
"ignore": [
|
|
".git",
|
|
"node_modules/**/node_modules",
|
|
"awx/ui/static/docs/**/*"
|
|
],
|
|
"watch": [
|
|
"awx/ui/static",
|
|
"awx/ui/tests",
|
|
"awx/ui/templates/ui/index.html"
|
|
],
|
|
"ext": "js json less html"
|
|
}
|