Skip to content

Commit

Permalink
i need better linting
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcalalang committed May 17, 2023
1 parent ce890c6 commit ef94b59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ jobs:
uses: ansible-community/ansible-lint-action@main
# optional:
with:
path: "/home/runner/work/lab/lab/nginx/ansible/configuration/roles/nginx/tasks/main.yaml" # <-- only one value is allowed
path: "/home/runner/work/lab/lab/nginx/ansible/configuration/playbooks/" # <-- only one value is allowed

- name: Run Ansible Playbooks
uses: dawidd6/action-ansible-playbook@v2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ resource "volterra_http_loadbalancer" "http-lb-nginx-calalang-net" {
custom_route_object {
route_ref {
namespace = var.namespace
name = volterra_route.route-nginx-calalang-net.name
name = volterra_route.route-nginx-calalang-net[each.key].name
}
}
}
Expand Down

0 comments on commit ef94b59

Please sign in to comment.