Fix download of ahuffman.resolv
We currently request v1.2, but this is no longer available to download and causes a 404 error. Moving to the latest version of 1.3.1 seems to get over this bump. The lack of "v" in the version is required, I presume due to the recent ansible galaxy changes. Change-Id: I29a6b8dc7d0759e43b1a64f4d6ab835687d0ab10
This commit is contained in:
parent
bf3d31aaa2
commit
222bfc42e0
@ -1,6 +1,6 @@
|
||||
---
|
||||
- src: ahuffman.resolv
|
||||
version: v1.2
|
||||
version: 1.3.1
|
||||
- src: jriguera.configdrive
|
||||
# There are no versioned releases of this role.
|
||||
version: 6b5f1d55bc3f27fa2855d8dd59b5c224d160d806
|
||||
|
Loading…
Reference in New Issue
Block a user