Skip to content

Commit

Permalink
fix ansible url
Browse files Browse the repository at this point in the history
  • Loading branch information
ykim-akamai committed Feb 13, 2024
1 parent db7a05d commit 39afb79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion add_to_xml_test_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"linodego": "https://api.github.com/repos/linode/linodego/releases/latest",
"terraform": "https://api.github.com/repos/linode/terraform-provider-linode/releases/latest",
"packer": "https://api.github.com/repos/linode/packer-plugin-linode/releases/latest",
"ansible": "https://github.com/repos/linode/ansible_linode/releases/latest"
"ansible": "https://api.github.com/repos/linode/ansible_linode/releases/latest"
}


Expand Down

0 comments on commit 39afb79

Please sign in to comment.