Skip to content

feat(netbox): Upgrade from NetBox v3.4.2 to v3.7.2 #774

feat(netbox): Upgrade from NetBox v3.4.2 to v3.7.2

feat(netbox): Upgrade from NetBox v3.4.2 to v3.7.2 #774

Triggered via pull request October 24, 2024 14:55
Status Success
Total duration 6m 51s
Artifacts

ansible-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
jinja[spacing]: ansible/roles/nginx/tasks/nginx_servers.yml#L166
Jinja2 spacing could be improved: {{ lookup("debops.debops.template_src", "etc/nginx/sites-available/" + ( item.type | d(nginx_default_type) ) + ".conf.j2") }} -> {{ lookup("debops.debops.template_src", "etc/nginx/sites-available/" + (item.type | d(nginx_default_type)) + ".conf.j2") }}